Html Css Color HEX #AFCAA3 Spring Rain

📋 copy color: '#AFCAA3'

red 175 ◦ green 202 ◦ blue 163

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

Shades of Spring Rain #AFCAA3

Tints of Spring Rain #AFCAA3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

 BLUE value IS 163 (64.06% from 255) = 30.19%

R = 32.41%
G = 37.41%
B = 30.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#AFCAA3 (or 0xAFCAA3) is known color: Spring Rain. HEX triplet: AF, CA and A3. RGB value is (175,202,163). Sum of RGB (Red+Green+Blue) = 175+202+163=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAA3 is #50355C. Grayscale: #BDBDBD. Windows color (decimal): -5256541 or 10734255. OLE color: 10734255.

HSL color Cylindrical-coordinate representation of color #AFCAA3: hue angle of 101.54º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFCAA3 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 163 -
CMYK 0.13 0 0.19 0.21
HSL 101.54º 0.27% 0.72% -
HSV(B) 101.54º 0.19% 0.79% -
XYZ 45.41 54 42.68 -
YUV 189.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 175 202 163 0.13 0 0.19 0.21 101.54 0.27 0.72
Hex AF CA A3 D 0 13 15 66 1B 48
Octal 257 312 243 15 0 23 25 146 33 110
Binary 10101111 11001010 10100011 1101 0 10011 10101 1100110 11011 1001000

Color Harmonies of #AFCAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCAA3

Black with #AFCAA3

Text Example


Text Example

White with #AFCAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCAA3; }

 p { color: rgb(175,202,163); }

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

background-color css

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

 a { background-color: rgb(175,202,163); }

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

border-color css

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

 span { border-color: rgb(175,202,163); }

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