#A48336

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

Shades of Reef Gold #A48336

Tints of Reef Gold #A48336

Color information

#A48336 (or 0xA48336) is unknown color: approx Reef Gold. HEX triplet: A4, 83 and 36. RGB value is (164,131,54). Sum of RGB (Red+Green+Blue) = 164+131+54=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A48336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48336 is #5B7CC9. Grayscale: #848484. Windows color (decimal): -5995722 or 3572644. OLE color: 3572644.

HSL color Cylindrical-coordinate representation of color #A48336: hue angle of 42º 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 #A48336 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16413154-
CMYK00.200.670.36
HSL42º50.46%42.75%-
HSV(B)42º67.07%64.31%-
XYZ24.0924.396.93-
YUV132.0983.93150.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 54 (21.48% from 255) = 15.47%
R=46.99%
G=37.54%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641315400.200.670.364250.4642.75
HexA4833601443242a322b
Octal2442036602410344526253
Binary10100100100000111101100101001000011100100101010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48336; }

 p { color: rgb(164,131,54); }

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

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

 a { background-color: rgb(164,131,54); }

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

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

 span { border-color: rgb(164,131,54); }

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