Html Css Color HEX #A64C1C Rich Gold

📋 copy color: '#A64C1C'

red 166 ◦ green 76 ◦ blue 28

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

Shades of Rich Gold #A64C1C

Tints of Rich Gold #A64C1C

RGB

 RED value IS 166 (65.23% from 255) = 61.48%

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

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

R = 61.48%
G = 28.15%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A64C1C (or 0xA64C1C) is known color: Rich Gold. HEX triplet: A6, 4C and 1C. RGB value is (166,76,28). Sum of RGB (Red+Green+Blue) = 166+76+28=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C1C is #59B3E3. Grayscale: #616161. Windows color (decimal): -5878756 or 1854630. OLE color: 1854630.

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

Color convert

RGB 166 76 28 -
CMYK 0 0.54 0.83 0.35
HSL 20.87º 0.71% 0.38% -
HSV(B) 20.87º 0.83% 0.65% -
XYZ 18.52 13.36 2.7 -
YUV 97.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 166 76 28 0 0.54 0.83 0.35 20.87 0.71 0.38
Hex A6 4C 1C 0 36 53 23 15 47 26
Octal 246 114 34 0 66 123 43 25 107 46
Binary 10100110 1001100 11100 0 110110 1010011 100011 10101 1000111 100110

Color Harmonies of #A64C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C1C

Black with #A64C1C

Text Example


Text Example

White with #A64C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C1C; }

 p { color: rgb(166,76,28); }

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

background-color css

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

 a { background-color: rgb(166,76,28); }

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

border-color css

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

 span { border-color: rgb(166,76,28); }

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