Html Css Color HEX #ABA7AF Chatelle

📋 copy color: '#ABA7AF'

red 171 ◦ green 167 ◦ blue 175

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

Shades of Chatelle #ABA7AF

Tints of Chatelle #ABA7AF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.55%

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 33.33%
G = 32.55%
B = 34.11%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABA7AF (or 0xABA7AF) is known color: Chatelle. HEX triplet: AB, A7 and AF. RGB value is (171,167,175). Sum of RGB (Red+Green+Blue) = 171+167+175=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 175 - color contains mainly: blue. Hex color #ABA7AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA7AF is #545850. Grayscale: #A9A9A9. Windows color (decimal): -5527633 or 11511723. OLE color: 11511723.

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

Color convert

RGB 171 167 175 -
CMYK 0.02 0.05 0 0.31
HSL 270º 0.05% 0.67% -
HSV(B) 270º 0.05% 0.69% -
XYZ 38.35 39.39 46.14 -
YUV 169.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 171 167 175 0.02 0.05 0 0.31 270 0.05 0.67
Hex AB A7 AF 2 5 0 1F 10E 5 43
Octal 253 247 257 2 5 0 37 416 5 103
Binary 10101011 10100111 10101111 10 101 0 11111 100001110 101 1000011

Color Harmonies of #ABA7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA7AF

Black with #ABA7AF

Text Example


Text Example

White with #ABA7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA7AF; }

 p { color: rgb(171,167,175); }

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

background-color css

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

 a { background-color: rgb(171,167,175); }

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

border-color css

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

 span { border-color: rgb(171,167,175); }

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