Html Css Color HEX #AB6459 Au Chico

📋 copy color: '#AB6459'

red 171 ◦ green 100 ◦ blue 89

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

Shades of Au Chico #AB6459

Tints of Au Chico #AB6459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

 BLUE value IS 89 (35.16% from 255) = 24.72%

R = 47.5%
G = 27.78%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB6459 (or 0xAB6459) is known color: Au Chico. HEX triplet: AB, 64 and 59. RGB value is (171,100,89). Sum of RGB (Red+Green+Blue) = 171+100+89=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6459 is #549BA6. Grayscale: #787878. Windows color (decimal): -5544871 or 5858475. OLE color: 5858475.

HSL color Cylindrical-coordinate representation of color #AB6459: hue angle of 8.05º 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 #AB6459 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 100 89 -
CMYK 0 0.42 0.48 0.33
HSL 8.05º 0.33% 0.51% -
HSV(B) 8.05º 0.48% 0.67% -
XYZ 23.15 18.49 11.8 -
YUV 119.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 171 100 89 0 0.42 0.48 0.33 8.05 0.33 0.51
Hex AB 64 59 0 2A 30 21 8 21 33
Octal 253 144 131 0 52 60 41 10 41 63
Binary 10101011 1100100 1011001 0 101010 110000 100001 1000 100001 110011

Color Harmonies of #AB6459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6459

Black with #AB6459

Text Example


Text Example

White with #AB6459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6459; }

 p { color: rgb(171,100,89); }

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

background-color css

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

 a { background-color: rgb(171,100,89); }

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

border-color css

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

 span { border-color: rgb(171,100,89); }

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