Html Css Color HEX #A64C1F Rich Gold

📋 copy color: '#A64C1F'

red 166 ◦ green 76 ◦ blue 31

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

Shades of Rich Gold #A64C1F

Tints of Rich Gold #A64C1F

RGB

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

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

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

R = 60.81%
G = 27.84%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A64C1F (or 0xA64C1F) is known color: Rich Gold. HEX triplet: A6, 4C and 1F. RGB value is (166,76,31). Sum of RGB (Red+Green+Blue) = 166+76+31=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C1F is #59B3E0. Grayscale: #626262. Windows color (decimal): -5878753 or 2051238. OLE color: 2051238.

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

Color convert

RGB 166 76 31 -
CMYK 0 0.54 0.81 0.35
HSL 20º 0.69% 0.39% -
HSV(B) 20º 0.81% 0.65% -
XYZ 18.56 13.37 2.9 -
YUV 97.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 166 76 31 0 0.54 0.81 0.35 20 0.69 0.39
Hex A6 4C 1F 0 36 51 23 14 45 27
Octal 246 114 37 0 66 121 43 24 105 47
Binary 10100110 1001100 11111 0 110110 1010001 100011 10100 1000101 100111

Color Harmonies of #A64C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C1F

Black with #A64C1F

Text Example


Text Example

White with #A64C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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