Html Css Color HEX #A49D34 Reef Gold

📋 copy color: '#A49D34'

red 164 ◦ green 157 ◦ blue 52

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

Shades of Reef Gold #A49D34

Tints of Reef Gold #A49D34

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.09%

 BLUE value IS 52 (20.7% from 255) = 13.94%

R = 43.97%
G = 42.09%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A49D34 (or 0xA49D34) is known color: Reef Gold. HEX triplet: A4, 9D and 34. RGB value is (164,157,52). Sum of RGB (Red+Green+Blue) = 164+157+52=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D34 is #5B62CB. Grayscale: #939393. Windows color (decimal): -5989068 or 3448228. OLE color: 3448228.

HSL color Cylindrical-coordinate representation of color #A49D34: hue angle of 56.25º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A49D34 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 157 52 -
CMYK 0 0.04 0.68 0.36
HSL 56.25º 0.52% 0.42% -
HSV(B) 56.25º 0.68% 0.64% -
XYZ 27.99 32.25 8 -
YUV 147.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 164 157 52 0 0.04 0.68 0.36 56.25 0.52 0.42
Hex A4 9D 34 0 4 44 24 38 34 2A
Octal 244 235 64 0 4 104 44 70 64 52
Binary 10100100 10011101 110100 0 100 1000100 100100 111000 110100 101010

Color Harmonies of #A49D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D34

Black with #A49D34

Text Example


Text Example

White with #A49D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D34; }

 p { color: rgb(164,157,52); }

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

background-color css

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

 a { background-color: rgb(164,157,52); }

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

border-color css

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

 span { border-color: rgb(164,157,52); }

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