Html Css Color HEX #ABA5AF Chatelle

📋 copy color: '#ABA5AF'

red 171 ◦ green 165 ◦ blue 175

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

Shades of Chatelle #ABA5AF

Tints of Chatelle #ABA5AF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.29%

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

R = 33.46%
G = 32.29%
B = 34.25%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABA5AF (or 0xABA5AF) is known color: Chatelle. HEX triplet: AB, A5 and AF. RGB value is (171,165,175). Sum of RGB (Red+Green+Blue) = 171+165+175=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: blue. Hex color #ABA5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA5AF is #545A50. Grayscale: #A7A7A7. Windows color (decimal): -5528145 or 11511211. OLE color: 11511211.

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

Color convert

RGB 171 165 175 -
CMYK 0.02 0.06 0 0.31
HSL 276º 0.06% 0.67% -
HSV(B) 276º 0.06% 0.69% -
XYZ 37.99 38.66 46.02 -
YUV 167.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 171 165 175 0.02 0.06 0 0.31 276 0.06 0.67
Hex AB A5 AF 2 6 0 1F 114 6 43
Octal 253 245 257 2 6 0 37 424 6 103
Binary 10101011 10100101 10101111 10 110 0 11111 100010100 110 1000011

Color Harmonies of #ABA5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5AF

Black with #ABA5AF

Text Example


Text Example

White with #ABA5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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