Html Css Color HEX #A44913 Rich Gold

📋 copy color: '#A44913'

red 164 ◦ green 73 ◦ blue 19

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

Shades of Rich Gold #A44913

Tints of Rich Gold #A44913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 64.06%
G = 28.52%
B = 7.42%

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

#A44913 (or 0xA44913) is known color: Rich Gold. HEX triplet: A4, 49 and 13. RGB value is (164,73,19). Sum of RGB (Red+Green+Blue) = 164+73+19=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A44913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44913 is #5BB6EC. Grayscale: #5E5E5E. Windows color (decimal): -6010605 or 1264036. OLE color: 1264036.

HSL color Cylindrical-coordinate representation of color #A44913: hue angle of 22.34º degrees, saturation: 0.79, 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 #A44913 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 19 -
CMYK 0 0.55 0.88 0.36
HSL 22.34º 0.79% 0.36% -
HSV(B) 22.34º 0.88% 0.64% -
XYZ 17.81 12.7 2.13 -
YUV 94.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 164 73 19 0 0.55 0.88 0.36 22.34 0.79 0.36
Hex A4 49 13 0 37 58 24 16 4F 24
Octal 244 111 23 0 67 130 44 26 117 44
Binary 10100100 1001001 10011 0 110111 1011000 100100 10110 1001111 100100

Color Harmonies of #A44913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44913

Black with #A44913

Text Example


Text Example

White with #A44913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44913; }

 p { color: rgb(164,73,19); }

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

background-color css

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

 a { background-color: rgb(164,73,19); }

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

border-color css

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

 span { border-color: rgb(164,73,19); }

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