Html Css Color HEX #AA6758 Au Chico

📋 copy color: '#AA6758'

red 170 ◦ green 103 ◦ blue 88

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

Shades of Au Chico #AA6758

Tints of Au Chico #AA6758

RGB

 RED value IS 170 (66.8% from 255) = 47.09%

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

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

R = 47.09%
G = 28.53%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA6758 (or 0xAA6758) is known color: Au Chico. HEX triplet: AA, 67 and 58. RGB value is (170,103,88). Sum of RGB (Red+Green+Blue) = 170+103+88=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6758 is #5598A7. Grayscale: #797979. Windows color (decimal): -5609640 or 5793706. OLE color: 5793706.

HSL color Cylindrical-coordinate representation of color #AA6758: hue angle of 10.98º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6758 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 103 88 -
CMYK 0 0.39 0.48 0.33
HSL 10.98º 0.33% 0.51% -
HSV(B) 10.98º 0.48% 0.67% -
XYZ 23.19 18.95 11.67 -
YUV 121.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 170 103 88 0 0.39 0.48 0.33 10.98 0.33 0.51
Hex AA 67 58 0 27 30 21 B 21 33
Octal 252 147 130 0 47 60 41 13 41 63
Binary 10101010 1100111 1011000 0 100111 110000 100001 1011 100001 110011

Color Harmonies of #AA6758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6758

Black with #AA6758

Text Example


Text Example

White with #AA6758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6758; }

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

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

background-color css

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

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

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

border-color css

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

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

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