Html Css Color HEX #A44C1E Rich Gold

📋 copy color: '#A44C1E'

red 164 ◦ green 76 ◦ blue 30

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

Shades of Rich Gold #A44C1E

Tints of Rich Gold #A44C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 60.74%
G = 28.15%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A44C1E (or 0xA44C1E) is known color: Rich Gold. HEX triplet: A4, 4C and 1E. RGB value is (164,76,30). Sum of RGB (Red+Green+Blue) = 164+76+30=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C1E is #5BB3E1. Grayscale: #616161. Windows color (decimal): -6009826 or 1985700. OLE color: 1985700.

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

Color convert

RGB 164 76 30 -
CMYK 0 0.54 0.82 0.36
HSL 20.6º 0.69% 0.38% -
HSV(B) 20.6º 0.82% 0.64% -
XYZ 18.13 13.16 2.81 -
YUV 97.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 164 76 30 0 0.54 0.82 0.36 20.6 0.69 0.38
Hex A4 4C 1E 0 36 52 24 15 45 26
Octal 244 114 36 0 66 122 44 25 105 46
Binary 10100100 1001100 11110 0 110110 1010010 100100 10101 1000101 100110

Color Harmonies of #A44C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C1E

Black with #A44C1E

Text Example


Text Example

White with #A44C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C1E; }

 p { color: rgb(164,76,30); }

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

background-color css

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

 a { background-color: rgb(164,76,30); }

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

border-color css

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

 span { border-color: rgb(164,76,30); }

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