Html Css Color HEX #A44D1F Rich Gold

📋 copy color: '#A44D1F'

red 164 ◦ green 77 ◦ blue 31

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

Shades of Rich Gold #A44D1F

Tints of Rich Gold #A44D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 60.29%
G = 28.31%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A44D1F (or 0xA44D1F) is known color: Rich Gold. HEX triplet: A4, 4D and 1F. RGB value is (164,77,31). Sum of RGB (Red+Green+Blue) = 164+77+31=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D1F is #5BB2E0. Grayscale: #626262. Windows color (decimal): -6009569 or 2051492. OLE color: 2051492.

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

Color convert

RGB 164 77 31 -
CMYK 0 0.53 0.81 0.36
HSL 20.75º 0.68% 0.38% -
HSV(B) 20.75º 0.81% 0.64% -
XYZ 18.21 13.3 2.9 -
YUV 97.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 164 77 31 0 0.53 0.81 0.36 20.75 0.68 0.38
Hex A4 4D 1F 0 35 51 24 15 44 26
Octal 244 115 37 0 65 121 44 25 104 46
Binary 10100100 1001101 11111 0 110101 1010001 100100 10101 1000100 100110

Color Harmonies of #A44D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D1F

Black with #A44D1F

Text Example


Text Example

White with #A44D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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