Html Css Color HEX #A44D12 Rich Gold

📋 copy color: '#A44D12'

red 164 ◦ green 77 ◦ blue 18

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

Shades of Rich Gold #A44D12

Tints of Rich Gold #A44D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 63.32%
G = 29.73%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A44D12 (or 0xA44D12) is known color: Rich Gold. HEX triplet: A4, 4D and 12. RGB value is (164,77,18). Sum of RGB (Red+Green+Blue) = 164+77+18=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44D12 is #5BB2ED. Grayscale: #606060. Windows color (decimal): -6009582 or 1199524. OLE color: 1199524.

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

Color convert

RGB 164 77 18 -
CMYK 0 0.53 0.89 0.36
HSL 24.25º 0.8% 0.36% -
HSV(B) 24.25º 0.89% 0.64% -
XYZ 18.07 13.24 2.18 -
YUV 96.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 164 77 18 0 0.53 0.89 0.36 24.25 0.8 0.36
Hex A4 4D 12 0 35 59 24 18 50 24
Octal 244 115 22 0 65 131 44 30 120 44
Binary 10100100 1001101 10010 0 110101 1011001 100100 11000 1010000 100100

Color Harmonies of #A44D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D12

Black with #A44D12

Text Example


Text Example

White with #A44D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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