Html Css Color HEX #AB665A Au Chico

📋 copy color: '#AB665A'

red 171 ◦ green 102 ◦ blue 90

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

Shades of Au Chico #AB665A

Tints of Au Chico #AB665A

RGB

 RED value IS 171 (67.19% from 255) = 47.11%

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 47.11%
G = 28.1%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB665A (or 0xAB665A) is known color: Au Chico. HEX triplet: AB, 66 and 5A. RGB value is (171,102,90). Sum of RGB (Red+Green+Blue) = 171+102+90=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB665A is #5499A5. Grayscale: #797979. Windows color (decimal): -5544358 or 5924523. OLE color: 5924523.

HSL color Cylindrical-coordinate representation of color #AB665A: hue angle of 8.89º degrees, saturation: 0.33, 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 #AB665A is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 90 -
CMYK 0 0.40 0.47 0.33
HSL 8.89º 0.33% 0.51% -
HSV(B) 8.89º 0.47% 0.67% -
XYZ 23.39 18.9 12.09 -
YUV 121.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 171 102 90 0 0.40 0.47 0.33 8.89 0.33 0.51
Hex AB 66 5A 0 28 2F 21 9 21 33
Octal 253 146 132 0 50 57 41 11 41 63
Binary 10101011 1100110 1011010 0 101000 101111 100001 1001 100001 110011

Color Harmonies of #AB665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB665A

Black with #AB665A

Text Example


Text Example

White with #AB665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB665A; }

 p { color: rgb(171,102,90); }

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

background-color css

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

 a { background-color: rgb(171,102,90); }

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

border-color css

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

 span { border-color: rgb(171,102,90); }

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