Html Css Color HEX #A49436 Reef Gold

📋 copy color: '#A49436'

red 164 ◦ green 148 ◦ blue 54

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

Shades of Reef Gold #A49436

Tints of Reef Gold #A49436

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 44.81%
G = 40.44%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A49436 (or 0xA49436) is known color: Reef Gold. HEX triplet: A4, 94 and 36. RGB value is (164,148,54). Sum of RGB (Red+Green+Blue) = 164+148+54=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A49436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49436 is #5B6BC9. Grayscale: #8E8E8E. Windows color (decimal): -5991370 or 3576996. OLE color: 3576996.

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

Color convert

RGB 164 148 54 -
CMYK 0 0.10 0.67 0.36
HSL 51.27º 0.5% 0.43% -
HSV(B) 51.27º 0.67% 0.64% -
XYZ 26.57 29.34 7.75 -
YUV 142.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 164 148 54 0 0.10 0.67 0.36 51.27 0.5 0.43
Hex A4 94 36 0 A 43 24 33 32 2B
Octal 244 224 66 0 12 103 44 63 62 53
Binary 10100100 10010100 110110 0 1010 1000011 100100 110011 110010 101011

Color Harmonies of #A49436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49436

Black with #A49436

Text Example


Text Example

White with #A49436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49436; }

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

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

background-color css

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

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

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

border-color css

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

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

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