#A18F33

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

Shades of Reef Gold #A18F33

Tints of Reef Gold #A18F33

Color information

#A18F33 (or 0xA18F33) is unknown color: approx Reef Gold. HEX triplet: A1, 8F and 33. RGB value is (161,143,51). Sum of RGB (Red+Green+Blue) = 161+143+51=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18F33 is #5E70CC. Grayscale: #8A8A8A. Windows color (decimal): -6189261 or 3379105. OLE color: 3379105.

HSL color Cylindrical-coordinate representation of color #A18F33: hue angle of 50.18º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A18F33 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB16114351-
CMYK00.110.680.37
HSL50.18º51.89%41.57%-
HSV(B)50.18º68.32%63.14%-
XYZ25.1227.467.11-
YUV137.8978.96144.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 143 (56.25% from 255) = 40.28%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=45.35%
G=40.28%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611435100.110.680.3750.1851.8941.57
HexA18F330B442532342a
Octal2412176301310445626452
Binary1010000110001111110011010111000100100101110010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F33; }

 p { color: rgb(161,143,51); }

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

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

 a { background-color: rgb(161,143,51); }

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

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

 span { border-color: rgb(161,143,51); }

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