Html Css Color HEX #A89BAB Chatelle

📋 copy color: '#A89BAB'

red 168 ◦ green 155 ◦ blue 171

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

Shades of Chatelle #A89BAB

Tints of Chatelle #A89BAB

RGB

 RED value IS 168 (66.02% from 255) = 34.01%

 GREEN value IS 155 (60.94% from 255) = 31.38%

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 34.01%
G = 31.38%
B = 34.62%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A89BAB (or 0xA89BAB) is known color: Chatelle. HEX triplet: A8, 9B and AB. RGB value is (168,155,171). Sum of RGB (Red+Green+Blue) = 168+155+171=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #A89BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89BAB is #576454. Grayscale: #A0A0A0. Windows color (decimal): -5727317 or 11246504. OLE color: 11246504.

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

Color convert

RGB 168 155 171 -
CMYK 0.02 0.09 0 0.33
HSL 288.75º 0.09% 0.64% -
HSV(B) 288.75º 0.09% 0.67% -
XYZ 35.22 34.71 43.37 -
YUV 160.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 168 155 171 0.02 0.09 0 0.33 288.75 0.09 0.64
Hex A8 9B AB 2 9 0 21 121 9 40
Octal 250 233 253 2 11 0 41 441 11 100
Binary 10101000 10011011 10101011 10 1001 0 100001 100100001 1001 1000000

Color Harmonies of #A89BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BAB

Black with #A89BAB

Text Example


Text Example

White with #A89BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BAB; }

 p { color: rgb(168,155,171); }

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

background-color css

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

 a { background-color: rgb(168,155,171); }

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

border-color css

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

 span { border-color: rgb(168,155,171); }

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