#A48A31

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

Shades of Reef Gold #A48A31

Tints of Reef Gold #A48A31

Color information

#A48A31 (or 0xA48A31) is unknown color: approx Reef Gold. HEX triplet: A4, 8A and 31. RGB value is (164,138,49). Sum of RGB (Red+Green+Blue) = 164+138+49=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A31 is #5B75CE. Grayscale: #888888. Windows color (decimal): -5993935 or 3246756. OLE color: 3246756.

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

Color convert

RGB16413849-
CMYK00.160.700.36
HSL46.43º53.99%41.76%-
HSV(B)46.43º70.12%64.31%-
XYZ24.9526.296.67-
YUV135.6379.11148.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 49 (19.53% from 255) = 13.96%
R=46.72%
G=39.32%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641384900.160.700.3646.4353.9941.76
HexA48A3101046242e362a
Octal2442126102010644566652
Binary10100100100010101100010100001000110100100101110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A31; }

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

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

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

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

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

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

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

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