Html Css Color HEX #AFCBC0 Tiara

📋 copy color: '#AFCBC0'

red 175 ◦ green 203 ◦ blue 192

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

Shades of Tiara #AFCBC0

Tints of Tiara #AFCBC0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.61%

 BLUE value IS 192 (75.39% from 255) = 33.68%

R = 30.7%
G = 35.61%
B = 33.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#AFCBC0 (or 0xAFCBC0) is known color: Tiara. HEX triplet: AF, CB and C0. RGB value is (175,203,192). Sum of RGB (Red+Green+Blue) = 175+203+192=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBC0 is #50343F. Grayscale: #C1C1C1. Windows color (decimal): -5256256 or 12635055. OLE color: 12635055.

HSL color Cylindrical-coordinate representation of color #AFCBC0: hue angle of 156.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBC0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 192 -
CMYK 0.14 0 0.05 0.20
HSL 156.43º 0.21% 0.74% -
HSV(B) 156.43º 0.14% 0.8% -
XYZ 48.55 55.63 58.05 -
YUV 193.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 175 203 192 0.14 0 0.05 0.20 156.43 0.21 0.74
Hex AF CB C0 E 0 5 14 9C 15 4A
Octal 257 313 300 16 0 5 24 234 25 112
Binary 10101111 11001011 11000000 1110 0 101 10100 10011100 10101 1001010

Color Harmonies of #AFCBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBC0

Black with #AFCBC0

Text Example


Text Example

White with #AFCBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBC0; }

 p { color: rgb(175,203,192); }

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

background-color css

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

 a { background-color: rgb(175,203,192); }

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

border-color css

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

 span { border-color: rgb(175,203,192); }

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