Html Css Color HEX #A66152 Au Chico

📋 copy color: '#A66152'

red 166 ◦ green 97 ◦ blue 82

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

Shades of Au Chico #A66152

Tints of Au Chico #A66152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 48.12%
G = 28.12%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A66152 (or 0xA66152) is known color: Au Chico. HEX triplet: A6, 61 and 52. RGB value is (166,97,82). Sum of RGB (Red+Green+Blue) = 166+97+82=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A66152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66152 is #599EAD. Grayscale: #747474. Windows color (decimal): -5873326 or 5398950. OLE color: 5398950.

HSL color Cylindrical-coordinate representation of color #A66152: hue angle of 10.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A66152 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 97 82 -
CMYK 0 0.42 0.51 0.35
HSL 10.71º 0.34% 0.49% -
HSV(B) 10.71º 0.51% 0.65% -
XYZ 21.52 17.27 10.18 -
YUV 115.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 166 97 82 0 0.42 0.51 0.35 10.71 0.34 0.49
Hex A6 61 52 0 2A 33 23 B 22 31
Octal 246 141 122 0 52 63 43 13 42 61
Binary 10100110 1100001 1010010 0 101010 110011 100011 1011 100010 110001

Color Harmonies of #A66152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66152

Black with #A66152

Text Example


Text Example

White with #A66152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66152; }

 p { color: rgb(166,97,82); }

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

background-color css

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

 a { background-color: rgb(166,97,82); }

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

border-color css

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

 span { border-color: rgb(166,97,82); }

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