Html Css Color HEX #AFDCBA Fringy Flower

📋 copy color: '#AFDCBA'

red 175 ◦ green 220 ◦ blue 186

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

Shades of Fringy Flower #AFDCBA

Tints of Fringy Flower #AFDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.87%

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

R = 30.12%
G = 37.87%
B = 32.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#AFDCBA (or 0xAFDCBA) is known color: Fringy Flower. HEX triplet: AF, DC and BA. RGB value is (175,220,186). Sum of RGB (Red+Green+Blue) = 175+220+186=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCBA is #502345. Grayscale: #CACACA. Windows color (decimal): -5251910 or 12246191. OLE color: 12246191.

HSL color Cylindrical-coordinate representation of color #AFDCBA: hue angle of 134.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCBA is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 186 -
CMYK 0.20 0 0.15 0.14
HSL 134.67º 0.39% 0.77% -
HSV(B) 134.67º 0.2% 0.86% -
XYZ 52.14 63.85 56.03 -
YUV 202.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 175 220 186 0.20 0 0.15 0.14 134.67 0.39 0.77
Hex AF DC BA 14 0 F E 87 27 4D
Octal 257 334 272 24 0 17 16 207 47 115
Binary 10101111 11011100 10111010 10100 0 1111 1110 10000111 100111 1001101

Color Harmonies of #AFDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCBA

Black with #AFDCBA

Text Example


Text Example

White with #AFDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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