Html Css Color HEX #A64622 Rich Gold

📋 copy color: '#A64622'

red 166 ◦ green 70 ◦ blue 34

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

Shades of Rich Gold #A64622

Tints of Rich Gold #A64622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 34 (13.67% from 255) = 12.59%

R = 61.48%
G = 25.93%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A64622 (or 0xA64622) is known color: Rich Gold. HEX triplet: A6, 46 and 22. RGB value is (166,70,34). Sum of RGB (Red+Green+Blue) = 166+70+34=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A64622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64622 is #59B9DD. Grayscale: #5E5E5E. Windows color (decimal): -5880286 or 2246310. OLE color: 2246310.

HSL color Cylindrical-coordinate representation of color #A64622: hue angle of 16.36º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A64622 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 34 -
CMYK 0 0.58 0.80 0.35
HSL 16.36º 0.66% 0.39% -
HSV(B) 16.36º 0.8% 0.65% -
XYZ 18.2 12.6 2.99 -
YUV 94.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 166 70 34 0 0.58 0.80 0.35 16.36 0.66 0.39
Hex A6 46 22 0 3A 50 23 10 42 27
Octal 246 106 42 0 72 120 43 20 102 47
Binary 10100110 1000110 100010 0 111010 1010000 100011 10000 1000010 100111

Color Harmonies of #A64622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64622

Black with #A64622

Text Example


Text Example

White with #A64622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64622; }

 p { color: rgb(166,70,34); }

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

background-color css

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

 a { background-color: rgb(166,70,34); }

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

border-color css

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

 span { border-color: rgb(166,70,34); }

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