Html Css Color HEX #AFC5BA Tiara

📋 copy color: '#AFC5BA'

red 175 ◦ green 197 ◦ blue 186

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

Shades of Tiara #AFC5BA

Tints of Tiara #AFC5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.3%

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 31.36%
G = 35.3%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#AFC5BA (or 0xAFC5BA) is known color: Tiara. HEX triplet: AF, C5 and BA. RGB value is (175,197,186). Sum of RGB (Red+Green+Blue) = 175+197+186=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5BA is #503A45. Grayscale: #BDBDBD. Windows color (decimal): -5257798 or 12240303. OLE color: 12240303.

HSL color Cylindrical-coordinate representation of color #AFC5BA: hue angle of 150º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5BA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 186 -
CMYK 0.11 0 0.06 0.23
HSL 150º 0.16% 0.73% -
HSV(B) 150º 0.11% 0.77% -
XYZ 46.51 52.59 54.15 -
YUV 189.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 175 197 186 0.11 0 0.06 0.23 150 0.16 0.73
Hex AF C5 BA B 0 6 17 96 10 49
Octal 257 305 272 13 0 6 27 226 20 111
Binary 10101111 11000101 10111010 1011 0 110 10111 10010110 10000 1001001

Color Harmonies of #AFC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5BA

Black with #AFC5BA

Text Example


Text Example

White with #AFC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5BA; }

 p { color: rgb(175,197,186); }

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

background-color css

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

 a { background-color: rgb(175,197,186); }

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

border-color css

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

 span { border-color: rgb(175,197,186); }

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