Html Css Color HEX #A49B37 Reef Gold

📋 copy color: '#A49B37'

red 164 ◦ green 155 ◦ blue 55

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

Shades of Reef Gold #A49B37

Tints of Reef Gold #A49B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.71%

R = 43.85%
G = 41.44%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A49B37 (or 0xA49B37) is known color: Reef Gold. HEX triplet: A4, 9B and 37. RGB value is (164,155,55). Sum of RGB (Red+Green+Blue) = 164+155+55=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49B37 is #5B64C8. Grayscale: #929292. Windows color (decimal): -5989577 or 3644324. OLE color: 3644324.

HSL color Cylindrical-coordinate representation of color #A49B37: hue angle of 55.05º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A49B37 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 155 55 -
CMYK 0 0.05 0.66 0.36
HSL 55.05º 0.5% 0.43% -
HSV(B) 55.05º 0.66% 0.64% -
XYZ 27.72 31.61 8.25 -
YUV 146.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 164 155 55 0 0.05 0.66 0.36 55.05 0.5 0.43
Hex A4 9B 37 0 5 42 24 37 32 2B
Octal 244 233 67 0 5 102 44 67 62 53
Binary 10100100 10011011 110111 0 101 1000010 100100 110111 110010 101011

Color Harmonies of #A49B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B37

Black with #A49B37

Text Example


Text Example

White with #A49B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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