#A38836

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

Shades of Reef Gold #A38836

Tints of Reef Gold #A38836

Color information

#A38836 (or 0xA38836) is unknown color: approx Reef Gold. HEX triplet: A3, 88 and 36. RGB value is (163,136,54). Sum of RGB (Red+Green+Blue) = 163+136+54=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A38836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38836 is #5C77C9. Grayscale: #878787. Windows color (decimal): -6059978 or 3573923. OLE color: 3573923.

HSL color Cylindrical-coordinate representation of color #A38836: hue angle of 45.14º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A38836 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16313654-
CMYK00.170.670.36
HSL45.14º50.23%42.55%-
HSV(B)45.14º66.87%63.92%-
XYZ24.5725.667.15-
YUV134.7282.45148.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 54 (21.48% from 255) = 15.30%
R=46.18%
G=38.53%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631365400.170.670.3645.1450.2342.55
HexA3883601143242d322b
Octal2432106602110344556253
Binary10100011100010001101100100011000011100100101101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38836; }

 p { color: rgb(163,136,54); }

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

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

 a { background-color: rgb(163,136,54); }

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

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

 span { border-color: rgb(163,136,54); }

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