Html Css Color HEX #A44E1C Rich Gold

📋 copy color: '#A44E1C'

red 164 ◦ green 78 ◦ blue 28

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

Shades of Rich Gold #A44E1C

Tints of Rich Gold #A44E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 60.74%
G = 28.89%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A44E1C (or 0xA44E1C) is known color: Rich Gold. HEX triplet: A4, 4E and 1C. RGB value is (164,78,28). Sum of RGB (Red+Green+Blue) = 164+78+28=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E1C is #5BB1E3. Grayscale: #626262. Windows color (decimal): -6009316 or 1855140. OLE color: 1855140.

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

Color convert

RGB 164 78 28 -
CMYK 0 0.52 0.83 0.36
HSL 22.06º 0.71% 0.38% -
HSV(B) 22.06º 0.83% 0.64% -
XYZ 18.24 13.43 2.73 -
YUV 98.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 164 78 28 0 0.52 0.83 0.36 22.06 0.71 0.38
Hex A4 4E 1C 0 34 53 24 16 47 26
Octal 244 116 34 0 64 123 44 26 107 46
Binary 10100100 1001110 11100 0 110100 1010011 100100 10110 1000111 100110

Color Harmonies of #A44E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E1C

Black with #A44E1C

Text Example


Text Example

White with #A44E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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