Html Css Color HEX #A44A14 Rich Gold

📋 copy color: '#A44A14'

red 164 ◦ green 74 ◦ blue 20

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

Shades of Rich Gold #A44A14

Tints of Rich Gold #A44A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.68%

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 63.57%
G = 28.68%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A44A14 (or 0xA44A14) is known color: Rich Gold. HEX triplet: A4, 4A and 14. RGB value is (164,74,20). Sum of RGB (Red+Green+Blue) = 164+74+20=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A14 is #5BB5EB. Grayscale: #5F5F5F. Windows color (decimal): -6010348 or 1329828. OLE color: 1329828.

HSL color Cylindrical-coordinate representation of color #A44A14: hue angle of 22.5º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A44A14 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 74 20 -
CMYK 0 0.55 0.88 0.36
HSL 22.5º 0.78% 0.36% -
HSV(B) 22.5º 0.88% 0.64% -
XYZ 17.88 12.84 2.2 -
YUV 94.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 164 74 20 0 0.55 0.88 0.36 22.5 0.78 0.36
Hex A4 4A 14 0 37 58 24 16 4E 24
Octal 244 112 24 0 67 130 44 26 116 44
Binary 10100100 1001010 10100 0 110111 1011000 100100 10110 1001110 100100

Color Harmonies of #A44A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A14

Black with #A44A14

Text Example


Text Example

White with #A44A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A14; }

 p { color: rgb(164,74,20); }

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

background-color css

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

 a { background-color: rgb(164,74,20); }

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

border-color css

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

 span { border-color: rgb(164,74,20); }

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