Html Css Color HEX #A64C26 Rich Gold

📋 copy color: '#A64C26'

red 166 ◦ green 76 ◦ blue 38

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

Shades of Rich Gold #A64C26

Tints of Rich Gold #A64C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 59.29%
G = 27.14%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A64C26 (or 0xA64C26) is known color: Rich Gold. HEX triplet: A6, 4C and 26. RGB value is (166,76,38). Sum of RGB (Red+Green+Blue) = 166+76+38=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C26 is #59B3D9. Grayscale: #626262. Windows color (decimal): -5878746 or 2509990. OLE color: 2509990.

HSL color Cylindrical-coordinate representation of color #A64C26: hue angle of 17.81º degrees, saturation: 0.63, 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 #A64C26 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 76 38 -
CMYK 0 0.54 0.77 0.35
HSL 17.81º 0.63% 0.4% -
HSV(B) 17.81º 0.77% 0.65% -
XYZ 18.66 13.42 3.44 -
YUV 98.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 166 76 38 0 0.54 0.77 0.35 17.81 0.63 0.4
Hex A6 4C 26 0 36 4D 23 12 3F 28
Octal 246 114 46 0 66 115 43 22 77 50
Binary 10100110 1001100 100110 0 110110 1001101 100011 10010 111111 101000

Color Harmonies of #A64C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C26

Black with #A64C26

Text Example


Text Example

White with #A64C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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