Html Css Color HEX #A49136 Reef Gold

📋 copy color: '#A49136'

red 164 ◦ green 145 ◦ blue 54

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

Shades of Reef Gold #A49136

Tints of Reef Gold #A49136

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

 BLUE value IS 54 (21.48% from 255) = 14.88%

R = 45.18%
G = 39.94%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A49136 (or 0xA49136) is known color: Reef Gold. HEX triplet: A4, 91 and 36. RGB value is (164,145,54). Sum of RGB (Red+Green+Blue) = 164+145+54=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A49136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49136 is #5B6EC9. Grayscale: #8C8C8C. Windows color (decimal): -5992138 or 3576228. OLE color: 3576228.

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

Color convert

RGB 164 145 54 -
CMYK 0 0.12 0.67 0.36
HSL 49.64º 0.5% 0.43% -
HSV(B) 49.64º 0.67% 0.64% -
XYZ 26.1 28.41 7.6 -
YUV 140.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 164 145 54 0 0.12 0.67 0.36 49.64 0.5 0.43
Hex A4 91 36 0 C 43 24 32 32 2B
Octal 244 221 66 0 14 103 44 62 62 53
Binary 10100100 10010001 110110 0 1100 1000011 100100 110010 110010 101011

Color Harmonies of #A49136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49136

Black with #A49136

Text Example


Text Example

White with #A49136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49136; }

 p { color: rgb(164,145,54); }

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

background-color css

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

 a { background-color: rgb(164,145,54); }

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

border-color css

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

 span { border-color: rgb(164,145,54); }

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