Html Css Color HEX #AFAEB0 Chatelle

📋 copy color: '#AFAEB0'

red 175 ◦ green 174 ◦ blue 176

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

Shades of Chatelle #AFAEB0

Tints of Chatelle #AFAEB0

RGB

 RED value IS 175 (68.75% from 255) = 33.33%

 GREEN value IS 174 (68.36% from 255) = 33.14%

 BLUE value IS 176 (69.14% from 255) = 33.52%

R = 33.33%
G = 33.14%
B = 33.52%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AFAEB0 (or 0xAFAEB0) is known color: Chatelle. HEX triplet: AF, AE and B0. RGB value is (175,174,176). Sum of RGB (Red+Green+Blue) = 175+174+176=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEB0 is #50514F. Grayscale: #AEAEAE. Windows color (decimal): -5263696 or 11579055. OLE color: 11579055.

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

Color convert

RGB 175 174 176 -
CMYK 0.01 0.01 0 0.31
HSL 270º 0.01% 0.69% -
HSV(B) 270º 0.01% 0.69% -
XYZ 40.65 42.52 47.14 -
YUV 174.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 175 174 176 0.01 0.01 0 0.31 270 0.01 0.69
Hex AF AE B0 1 1 0 1F 10E 1 45
Octal 257 256 260 1 1 0 37 416 1 105
Binary 10101111 10101110 10110000 1 1 0 11111 100001110 1 1000101

Color Harmonies of #AFAEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEB0

Black with #AFAEB0

Text Example


Text Example

White with #AFAEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEB0; }

 p { color: rgb(175,174,176); }

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

background-color css

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

 a { background-color: rgb(175,174,176); }

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

border-color css

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

 span { border-color: rgb(175,174,176); }

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