Html Css Color HEX #A64F27 Rich Gold

📋 copy color: '#A64F27'

red 166 ◦ green 79 ◦ blue 39

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

Shades of Rich Gold #A64F27

Tints of Rich Gold #A64F27

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 58.45%
G = 27.82%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A64F27 (or 0xA64F27) is known color: Rich Gold. HEX triplet: A6, 4F and 27. RGB value is (166,79,39). Sum of RGB (Red+Green+Blue) = 166+79+39=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F27 is #59B0D8. Grayscale: #646464. Windows color (decimal): -5877977 or 2576294. OLE color: 2576294.

HSL color Cylindrical-coordinate representation of color #A64F27: hue angle of 18.9º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A64F27 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 79 39 -
CMYK 0 0.52 0.77 0.35
HSL 18.9º 0.62% 0.4% -
HSV(B) 18.9º 0.77% 0.65% -
XYZ 18.89 13.85 3.6 -
YUV 100.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 166 79 39 0 0.52 0.77 0.35 18.9 0.62 0.4
Hex A6 4F 27 0 34 4D 23 13 3E 28
Octal 246 117 47 0 64 115 43 23 76 50
Binary 10100110 1001111 100111 0 110100 1001101 100011 10011 111110 101000

Color Harmonies of #A64F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F27

Black with #A64F27

Text Example


Text Example

White with #A64F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F27; }

 p { color: rgb(166,79,39); }

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

background-color css

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

 a { background-color: rgb(166,79,39); }

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

border-color css

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

 span { border-color: rgb(166,79,39); }

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