Html Css Color HEX #A64C1E Rich Gold

📋 copy color: '#A64C1E'

red 166 ◦ green 76 ◦ blue 30

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

Shades of Rich Gold #A64C1E

Tints of Rich Gold #A64C1E

RGB

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

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

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

R = 61.03%
G = 27.94%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A64C1E (or 0xA64C1E) is known color: Rich Gold. HEX triplet: A6, 4C and 1E. RGB value is (166,76,30). Sum of RGB (Red+Green+Blue) = 166+76+30=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C1E is #59B3E1. Grayscale: #616161. Windows color (decimal): -5878754 or 1985702. OLE color: 1985702.

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

Color convert

RGB 166 76 30 -
CMYK 0 0.54 0.82 0.35
HSL 20.29º 0.69% 0.38% -
HSV(B) 20.29º 0.82% 0.65% -
XYZ 18.54 13.37 2.83 -
YUV 97.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 166 76 30 0 0.54 0.82 0.35 20.29 0.69 0.38
Hex A6 4C 1E 0 36 52 23 14 45 26
Octal 246 114 36 0 66 122 43 24 105 46
Binary 10100110 1001100 11110 0 110110 1010010 100011 10100 1000101 100110

Color Harmonies of #A64C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C1E

Black with #A64C1E

Text Example


Text Example

White with #A64C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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