Html Css Color HEX #AB655B Au Chico

📋 copy color: '#AB655B'

red 171 ◦ green 101 ◦ blue 91

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

Shades of Au Chico #AB655B

Tints of Au Chico #AB655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 47.11%
G = 27.82%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB655B (or 0xAB655B) is known color: Au Chico. HEX triplet: AB, 65 and 5B. RGB value is (171,101,91). Sum of RGB (Red+Green+Blue) = 171+101+91=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB655B is #549AA4. Grayscale: #787878. Windows color (decimal): -5544613 or 5989803. OLE color: 5989803.

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

Color convert

RGB 171 101 91 -
CMYK 0 0.41 0.47 0.33
HSL 7.5º 0.32% 0.51% -
HSV(B) 7.5º 0.47% 0.67% -
XYZ 23.34 18.72 12.28 -
YUV 120.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 171 101 91 0 0.41 0.47 0.33 7.5 0.32 0.51
Hex AB 65 5B 0 29 2F 21 8 20 33
Octal 253 145 133 0 51 57 41 10 40 63
Binary 10101011 1100101 1011011 0 101001 101111 100001 1000 100000 110011

Color Harmonies of #AB655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB655B

Black with #AB655B

Text Example


Text Example

White with #AB655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB655B; }

 p { color: rgb(171,101,91); }

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

background-color css

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

 a { background-color: rgb(171,101,91); }

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

border-color css

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

 span { border-color: rgb(171,101,91); }

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