#A69433

Color #A69433 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A69433

Tints of Reef Gold #A69433

Color information

#A69433 (or 0xA69433) is unknown color: approx Reef Gold. HEX triplet: A6, 94 and 33. RGB value is (166,148,51). Sum of RGB (Red+Green+Blue) = 166+148+51=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A69433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69433 is #596BCC. Grayscale: #8E8E8E. Windows color (decimal): -5860301 or 3380390. OLE color: 3380390.

HSL color Cylindrical-coordinate representation of color #A69433: hue angle of 50.61º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A69433 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16614851-
CMYK00.110.690.35
HSL50.61º53%42.55%-
HSV(B)50.61º69.28%65.1%-
XYZ26.9129.537.41-
YUV142.3276.46144.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=45.48%
G=40.55%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661485100.110.690.3550.615342.55
HexA694330B452333352b
Octal2462246301310543636553
Binary1010011010010100110011010111000101100011110011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69433; }

 p { color: rgb(166,148,51); }

 H1.HeaderClassName
 {
   color: #A69433;
 }
 .AnyTagClassName
 {
   color: #A69433;
 }
</style>
background-color css

<style>
 a { background-color: #A69433; }

 a { background-color: rgb(166,148,51); }

 div.DivClassName
 {
   background-color: #A69433;
 }
 .BgClassName
 {
   background-color: #A69433;
 }
</style>
border-color css

<style>
 span { border-color: #A69433; }

 span { border-color: rgb(166,148,51); }

 td.TdClassName
 {
   border-color: #A69433;
 }
 .TagClassName
 {
   border-color: #A69433;
 }
</style>