Html Css Color HEX #A66758 Au Chico

📋 copy color: '#A66758'

red 166 ◦ green 103 ◦ blue 88

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

Shades of Au Chico #A66758

Tints of Au Chico #A66758

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

 BLUE value IS 88 (34.77% from 255) = 24.65%

R = 46.5%
G = 28.85%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A66758 (or 0xA66758) is known color: Au Chico. HEX triplet: A6, 67 and 58. RGB value is (166,103,88). Sum of RGB (Red+Green+Blue) = 166+103+88=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A66758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66758 is #5998A7. Grayscale: #787878. Windows color (decimal): -5871784 or 5793702. OLE color: 5793702.

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

Color convert

RGB 166 103 88 -
CMYK 0 0.38 0.47 0.35
HSL 11.54º 0.31% 0.5% -
HSV(B) 11.54º 0.47% 0.65% -
XYZ 22.34 18.51 11.63 -
YUV 120.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 166 103 88 0 0.38 0.47 0.35 11.54 0.31 0.5
Hex A6 67 58 0 26 2F 23 C 1F 32
Octal 246 147 130 0 46 57 43 14 37 62
Binary 10100110 1100111 1011000 0 100110 101111 100011 1100 11111 110010

Color Harmonies of #A66758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66758

Black with #A66758

Text Example


Text Example

White with #A66758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66758; }

 p { color: rgb(166,103,88); }

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

background-color css

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

 a { background-color: rgb(166,103,88); }

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

border-color css

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

 span { border-color: rgb(166,103,88); }

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