#A48431

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

Shades of Reef Gold #A48431

Tints of Reef Gold #A48431

Color information

#A48431 (or 0xA48431) is unknown color: approx Reef Gold. HEX triplet: A4, 84 and 31. RGB value is (164,132,49). Sum of RGB (Red+Green+Blue) = 164+132+49=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A48431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48431 is #5B7BCE. Grayscale: #848484. Windows color (decimal): -5995471 or 3245220. OLE color: 3245220.

HSL color Cylindrical-coordinate representation of color #A48431: hue angle of 43.3º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A48431 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16413249-
CMYK00.200.700.36
HSL43.3º53.99%41.76%-
HSV(B)43.3º70.12%64.31%-
XYZ24.1224.626.39-
YUV132.1181.1150.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 49 (19.53% from 255) = 14.20%
R=47.54%
G=38.26%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641324900.200.700.3643.353.9941.76
HexA4843101446242b362a
Octal2442046102410644536652
Binary10100100100001001100010101001000110100100101011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48431; }

 p { color: rgb(164,132,49); }

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

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

 a { background-color: rgb(164,132,49); }

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

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

 span { border-color: rgb(164,132,49); }

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