Html Css Color HEX #A49533 Reef Gold

📋 copy color: '#A49533'

red 164 ◦ green 149 ◦ blue 51

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

Shades of Reef Gold #A49533

Tints of Reef Gold #A49533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.01%

R = 45.05%
G = 40.93%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A49533 (or 0xA49533) is known color: Reef Gold. HEX triplet: A4, 95 and 33. RGB value is (164,149,51). Sum of RGB (Red+Green+Blue) = 164+149+51=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A49533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49533 is #5B6ACC. Grayscale: #8E8E8E. Windows color (decimal): -5991117 or 3380644. OLE color: 3380644.

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

Color convert

RGB 164 149 51 -
CMYK 0 0.09 0.69 0.36
HSL 52.04º 0.53% 0.42% -
HSV(B) 52.04º 0.69% 0.64% -
XYZ 26.65 29.63 7.45 -
YUV 142.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 164 149 51 0 0.09 0.69 0.36 52.04 0.53 0.42
Hex A4 95 33 0 9 45 24 34 35 2A
Octal 244 225 63 0 11 105 44 64 65 52
Binary 10100100 10010101 110011 0 1001 1000101 100100 110100 110101 101010

Color Harmonies of #A49533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49533

Black with #A49533

Text Example


Text Example

White with #A49533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49533; }

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

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

background-color css

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

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

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

border-color css

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

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

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