Html Css Color HEX #AFCBA2 Spring Rain

📋 copy color: '#AFCBA2'

red 175 ◦ green 203 ◦ blue 162

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

Shades of Spring Rain #AFCBA2

Tints of Spring Rain #AFCBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30%

R = 32.41%
G = 37.59%
B = 30%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#AFCBA2 (or 0xAFCBA2) is known color: Spring Rain. HEX triplet: AF, CB and A2. RGB value is (175,203,162). Sum of RGB (Red+Green+Blue) = 175+203+162=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBA2 is #50345D. Grayscale: #BEBEBE. Windows color (decimal): -5256286 or 10668975. OLE color: 10668975.

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

Color convert

RGB 175 203 162 -
CMYK 0.14 0 0.20 0.20
HSL 100.98º 0.28% 0.72% -
HSV(B) 100.98º 0.2% 0.8% -
XYZ 45.56 54.43 42.29 -
YUV 189.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 175 203 162 0.14 0 0.20 0.20 100.98 0.28 0.72
Hex AF CB A2 E 0 14 14 65 1C 48
Octal 257 313 242 16 0 24 24 145 34 110
Binary 10101111 11001011 10100010 1110 0 10100 10100 1100101 11100 1001000

Color Harmonies of #AFCBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBA2

Black with #AFCBA2

Text Example


Text Example

White with #AFCBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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