Html Css Color HEX #AFCAA4 Spring Rain

📋 copy color: '#AFCAA4'

red 175 ◦ green 202 ◦ blue 164

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

Shades of Spring Rain #AFCAA4

Tints of Spring Rain #AFCAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.31%

R = 32.35%
G = 37.34%
B = 30.31%

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

#AFCAA4 (or 0xAFCAA4) is known color: Spring Rain. HEX triplet: AF, CA and A4. RGB value is (175,202,164). Sum of RGB (Red+Green+Blue) = 175+202+164=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAA4 is #50355B. Grayscale: #BDBDBD. Windows color (decimal): -5256540 or 10799791. OLE color: 10799791.

HSL color Cylindrical-coordinate representation of color #AFCAA4: hue angle of 102.63º degrees, saturation: 0.26, 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 #AFCAA4 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 164 -
CMYK 0.13 0 0.19 0.21
HSL 102.63º 0.26% 0.72% -
HSV(B) 102.63º 0.19% 0.79% -
XYZ 45.5 54.04 43.15 -
YUV 189.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 175 202 164 0.13 0 0.19 0.21 102.63 0.26 0.72
Hex AF CA A4 D 0 13 15 67 1A 48
Octal 257 312 244 15 0 23 25 147 32 110
Binary 10101111 11001010 10100100 1101 0 10011 10101 1100111 11010 1001000

Color Harmonies of #AFCAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCAA4

Black with #AFCAA4

Text Example


Text Example

White with #AFCAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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