Html Css Color HEX #AA675A Au Chico

📋 copy color: '#AA675A'

red 170 ◦ green 103 ◦ blue 90

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

Shades of Au Chico #AA675A

Tints of Au Chico #AA675A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 46.83%
G = 28.37%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA675A (or 0xAA675A) is known color: Au Chico. HEX triplet: AA, 67 and 5A. RGB value is (170,103,90). Sum of RGB (Red+Green+Blue) = 170+103+90=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA675A is #5598A5. Grayscale: #797979. Windows color (decimal): -5609638 or 5924778. OLE color: 5924778.

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

Color convert

RGB 170 103 90 -
CMYK 0 0.39 0.47 0.33
HSL 9.75º 0.32% 0.51% -
HSV(B) 9.75º 0.47% 0.67% -
XYZ 23.27 18.98 12.11 -
YUV 121.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 170 103 90 0 0.39 0.47 0.33 9.75 0.32 0.51
Hex AA 67 5A 0 27 2F 21 A 20 33
Octal 252 147 132 0 47 57 41 12 40 63
Binary 10101010 1100111 1011010 0 100111 101111 100001 1010 100000 110011

Color Harmonies of #AA675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA675A

Black with #AA675A

Text Example


Text Example

White with #AA675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA675A; }

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

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

background-color css

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

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

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

border-color css

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

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

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