Html Css Color HEX #A44A15 Rich Gold

📋 copy color: '#A44A15'

red 164 ◦ green 74 ◦ blue 21

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

Shades of Rich Gold #A44A15

Tints of Rich Gold #A44A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 63.32%
G = 28.57%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A44A15 (or 0xA44A15) is known color: Rich Gold. HEX triplet: A4, 4A and 15. RGB value is (164,74,21). Sum of RGB (Red+Green+Blue) = 164+74+21=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A15 is #5BB5EA. Grayscale: #5F5F5F. Windows color (decimal): -6010347 or 1395364. OLE color: 1395364.

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

Color convert

RGB 164 74 21 -
CMYK 0 0.55 0.87 0.36
HSL 22.24º 0.77% 0.36% -
HSV(B) 22.24º 0.87% 0.64% -
XYZ 17.89 12.84 2.25 -
YUV 94.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 164 74 21 0 0.55 0.87 0.36 22.24 0.77 0.36
Hex A4 4A 15 0 37 57 24 16 4D 24
Octal 244 112 25 0 67 127 44 26 115 44
Binary 10100100 1001010 10101 0 110111 1010111 100100 10110 1001101 100100

Color Harmonies of #A44A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A15

Black with #A44A15

Text Example


Text Example

White with #A44A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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