Html Css Color HEX #A44D13 Rich Gold

📋 copy color: '#A44D13'

red 164 ◦ green 77 ◦ blue 19

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

Shades of Rich Gold #A44D13

Tints of Rich Gold #A44D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

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

R = 63.08%
G = 29.62%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A44D13 (or 0xA44D13) is known color: Rich Gold. HEX triplet: A4, 4D and 13. RGB value is (164,77,19). Sum of RGB (Red+Green+Blue) = 164+77+19=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44D13 is #5BB2EC. Grayscale: #606060. Windows color (decimal): -6009581 or 1265060. OLE color: 1265060.

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

Color convert

RGB 164 77 19 -
CMYK 0 0.53 0.88 0.36
HSL 24º 0.79% 0.36% -
HSV(B) 24º 0.88% 0.64% -
XYZ 18.08 13.25 2.22 -
YUV 96.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 164 77 19 0 0.53 0.88 0.36 24 0.79 0.36
Hex A4 4D 13 0 35 58 24 18 4F 24
Octal 244 115 23 0 65 130 44 30 117 44
Binary 10100100 1001101 10011 0 110101 1011000 100100 11000 1001111 100100

Color Harmonies of #A44D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D13

Black with #A44D13

Text Example


Text Example

White with #A44D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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