#A4932B

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

Shades of Reef Gold #A4932B

Tints of Reef Gold #A4932B

Color information

#A4932B (or 0xA4932B) is unknown color: approx Reef Gold. HEX triplet: A4, 93 and 2B. RGB value is (164,147,43). Sum of RGB (Red+Green+Blue) = 164+147+43=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4932B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4932B is #5B6CD4. Grayscale: #8C8C8C. Windows color (decimal): -5991637 or 2855844. OLE color: 2855844.

HSL color Cylindrical-coordinate representation of color #A4932B: hue angle of 51.57º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4932B is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB16414743-
CMYK00.100.740.36
HSL51.57º58.45%40.59%-
HSV(B)51.57º73.78%64.31%-
XYZ26.1828.936.49-
YUV140.2373.13144.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=46.33%
G=41.53%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641474300.100.740.3651.5758.4540.59
HexA4932B0A4A24343a29
Octal2442235301211244647251
Binary1010010010010011101011010101001010100100110100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4932B; }

 p { color: rgb(164,147,43); }

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

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

 a { background-color: rgb(164,147,43); }

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

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

 span { border-color: rgb(164,147,43); }

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