Html Css Color HEX #A4932F Reef Gold

📋 copy color: '#A4932F'

red 164 ◦ green 147 ◦ blue 47

#A4932F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A4932F

Tints of Reef Gold #A4932F

RGB

 RED value IS 164 (64.45% from 255) = 45.81%

 GREEN value IS 147 (57.81% from 255) = 41.06%

 BLUE value IS 47 (18.75% from 255) = 13.13%

R = 45.81%
G = 41.06%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4932F (or 0xA4932F) is known color: Reef Gold. HEX triplet: A4, 93 and 2F. RGB value is (164,147,47). Sum of RGB (Red+Green+Blue) = 164+147+47=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4932F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4932F is #5B6CD0. Grayscale: #8D8D8D. Windows color (decimal): -5991633 or 3117988. OLE color: 3117988.

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

Color convert

RGB 164 147 47 -
CMYK 0 0.10 0.71 0.36
HSL 51.28º 0.55% 0.41% -
HSV(B) 51.28º 0.71% 0.64% -
XYZ 26.26 28.97 6.9 -
YUV 140.68 75.13 144.63 -
System Red Green Blue C M Y K H S L
Decimal 164 147 47 0 0.10 0.71 0.36 51.28 0.55 0.41
Hex A4 93 2F 0 A 47 24 33 37 29
Octal 244 223 57 0 12 107 44 63 67 51
Binary 10100100 10010011 101111 0 1010 1000111 100100 110011 110111 101001

Color Harmonies of #A4932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4932F

Black with #A4932F

Text Example


Text Example

White with #A4932F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4932F; }

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

 H1.HeaderClassName
 {
   color: #A4932F;
 }
 .AnyTagClassName
 {
   color: #A4932F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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