Html Css Color HEX #A49534 Reef Gold

📋 copy color: '#A49534'

red 164 ◦ green 149 ◦ blue 52

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

Shades of Reef Gold #A49534

Tints of Reef Gold #A49534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

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

R = 44.93%
G = 40.82%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A49534 (or 0xA49534) is known color: Reef Gold. HEX triplet: A4, 95 and 34. RGB value is (164,149,52). Sum of RGB (Red+Green+Blue) = 164+149+52=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A49534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49534 is #5B6ACB. Grayscale: #8E8E8E. Windows color (decimal): -5991116 or 3446180. OLE color: 3446180.

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

Color convert

RGB 164 149 52 -
CMYK 0 0.09 0.68 0.36
HSL 51.96º 0.52% 0.42% -
HSV(B) 51.96º 0.68% 0.64% -
XYZ 26.68 29.64 7.56 -
YUV 142.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 164 149 52 0 0.09 0.68 0.36 51.96 0.52 0.42
Hex A4 95 34 0 9 44 24 34 34 2A
Octal 244 225 64 0 11 104 44 64 64 52
Binary 10100100 10010101 110100 0 1001 1000100 100100 110100 110100 101010

Color Harmonies of #A49534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49534

Black with #A49534

Text Example


Text Example

White with #A49534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49534; }

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

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

background-color css

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

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

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

border-color css

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

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

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