#A48632

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

Shades of Reef Gold #A48632

Tints of Reef Gold #A48632

Color information

#A48632 (or 0xA48632) is unknown color: approx Reef Gold. HEX triplet: A4, 86 and 32. RGB value is (164,134,50). Sum of RGB (Red+Green+Blue) = 164+134+50=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A48632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48632 is #5B79CD. Grayscale: #858585. Windows color (decimal): -5994958 or 3311268. OLE color: 3311268.

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

Color convert

RGB16413450-
CMYK00.180.700.36
HSL44.21º53.27%41.96%-
HSV(B)44.21º69.51%64.31%-
XYZ24.4125.176.59-
YUV133.3980.94149.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 50 (19.92% from 255) = 14.37%
R=47.13%
G=38.51%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641345000.180.700.3644.2153.2741.96
HexA4863201246242c352a
Octal2442066202210644546552
Binary10100100100001101100100100101000110100100101100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48632; }

 p { color: rgb(164,134,50); }

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

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

 a { background-color: rgb(164,134,50); }

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

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

 span { border-color: rgb(164,134,50); }

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