#A28933

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

Shades of Reef Gold #A28933

Tints of Reef Gold #A28933

Color information

#A28933 (or 0xA28933) is unknown color: approx Reef Gold. HEX triplet: A2, 89 and 33. RGB value is (162,137,51). Sum of RGB (Red+Green+Blue) = 162+137+51=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A28933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28933 is #5D76CC. Grayscale: #878787. Windows color (decimal): -6125261 or 3377570. OLE color: 3377570.

HSL color Cylindrical-coordinate representation of color #A28933: hue angle of 46.49º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A28933 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16213751-
CMYK00.150.690.36
HSL46.49º52.11%41.76%-
HSV(B)46.49º68.52%63.53%-
XYZ24.4425.816.83-
YUV134.6780.78147.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 51 (20.31% from 255) = 14.57%
R=46.29%
G=39.14%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621375100.150.690.3646.4952.1141.76
HexA289330F45242e342a
Octal2422116301710544566452
Binary1010001010001001110011011111000101100100101110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28933; }

 p { color: rgb(162,137,51); }

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

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

 a { background-color: rgb(162,137,51); }

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

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

 span { border-color: rgb(162,137,51); }

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