Html Css Color HEX #A44E1F Rich Gold

📋 copy color: '#A44E1F'

red 164 ◦ green 78 ◦ blue 31

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

Shades of Rich Gold #A44E1F

Tints of Rich Gold #A44E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

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

R = 60.07%
G = 28.57%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A44E1F (or 0xA44E1F) is known color: Rich Gold. HEX triplet: A4, 4E and 1F. RGB value is (164,78,31). Sum of RGB (Red+Green+Blue) = 164+78+31=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E1F is #5BB1E0. Grayscale: #626262. Windows color (decimal): -6009313 or 2051748. OLE color: 2051748.

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

Color convert

RGB 164 78 31 -
CMYK 0 0.52 0.81 0.36
HSL 21.2º 0.68% 0.38% -
HSV(B) 21.2º 0.81% 0.64% -
XYZ 18.28 13.44 2.93 -
YUV 98.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 164 78 31 0 0.52 0.81 0.36 21.2 0.68 0.38
Hex A4 4E 1F 0 34 51 24 15 44 26
Octal 244 116 37 0 64 121 44 25 104 46
Binary 10100100 1001110 11111 0 110100 1010001 100100 10101 1000100 100110

Color Harmonies of #A44E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E1F

Black with #A44E1F

Text Example


Text Example

White with #A44E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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