Html Css Color HEX #A49034 Reef Gold

📋 copy color: '#A49034'

red 164 ◦ green 144 ◦ blue 52

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

Shades of Reef Gold #A49034

Tints of Reef Gold #A49034

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

 BLUE value IS 52 (20.7% from 255) = 14.44%

R = 45.56%
G = 40%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A49034 (or 0xA49034) is known color: Reef Gold. HEX triplet: A4, 90 and 34. RGB value is (164,144,52). Sum of RGB (Red+Green+Blue) = 164+144+52=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A49034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49034 is #5B6FCB. Grayscale: #8B8B8B. Windows color (decimal): -5992396 or 3444900. OLE color: 3444900.

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

Color convert

RGB 164 144 52 -
CMYK 0 0.12 0.68 0.36
HSL 49.29º 0.52% 0.42% -
HSV(B) 49.29º 0.68% 0.64% -
XYZ 25.9 28.09 7.3 -
YUV 139.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 164 144 52 0 0.12 0.68 0.36 49.29 0.52 0.42
Hex A4 90 34 0 C 44 24 31 34 2A
Octal 244 220 64 0 14 104 44 61 64 52
Binary 10100100 10010000 110100 0 1100 1000100 100100 110001 110100 101010

Color Harmonies of #A49034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49034

Black with #A49034

Text Example


Text Example

White with #A49034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49034; }

 p { color: rgb(164,144,52); }

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

background-color css

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

 a { background-color: rgb(164,144,52); }

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

border-color css

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

 span { border-color: rgb(164,144,52); }

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