Html Css Color HEX #A49B32 Reef Gold

📋 copy color: '#A49B32'

red 164 ◦ green 155 ◦ blue 50

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

Shades of Reef Gold #A49B32

Tints of Reef Gold #A49B32

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 44.44%
G = 42.01%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A49B32 (or 0xA49B32) is known color: Reef Gold. HEX triplet: A4, 9B and 32. RGB value is (164,155,50). Sum of RGB (Red+Green+Blue) = 164+155+50=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49B32 is #5B64CD. Grayscale: #929292. Windows color (decimal): -5989582 or 3316644. OLE color: 3316644.

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

Color convert

RGB 164 155 50 -
CMYK 0 0.05 0.70 0.36
HSL 55.26º 0.53% 0.42% -
HSV(B) 55.26º 0.7% 0.64% -
XYZ 27.61 31.57 7.66 -
YUV 145.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 164 155 50 0 0.05 0.70 0.36 55.26 0.53 0.42
Hex A4 9B 32 0 5 46 24 37 35 2A
Octal 244 233 62 0 5 106 44 67 65 52
Binary 10100100 10011011 110010 0 101 1000110 100100 110111 110101 101010

Color Harmonies of #A49B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B32

Black with #A49B32

Text Example


Text Example

White with #A49B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B32; }

 p { color: rgb(164,155,50); }

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

background-color css

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

 a { background-color: rgb(164,155,50); }

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

border-color css

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

 span { border-color: rgb(164,155,50); }

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