Html Css Color HEX #AFCBA3 Spring Rain

📋 copy color: '#AFCBA3'

red 175 ◦ green 203 ◦ blue 163

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

Shades of Spring Rain #AFCBA3

Tints of Spring Rain #AFCBA3

RGB

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

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

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

R = 32.35%
G = 37.52%
B = 30.13%

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

#AFCBA3 (or 0xAFCBA3) is known color: Spring Rain. HEX triplet: AF, CB and A3. RGB value is (175,203,163). Sum of RGB (Red+Green+Blue) = 175+203+163=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBA3 is #50345C. Grayscale: #BEBEBE. Windows color (decimal): -5256285 or 10734511. OLE color: 10734511.

HSL color Cylindrical-coordinate representation of color #AFCBA3: hue angle of 102º 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 #AFCBA3 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 163 -
CMYK 0.14 0 0.20 0.20
HSL 102º 0.28% 0.72% -
HSV(B) 102º 0.2% 0.8% -
XYZ 45.65 54.47 42.76 -
YUV 190.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 175 203 163 0.14 0 0.20 0.20 102 0.28 0.72
Hex AF CB A3 E 0 14 14 66 1C 48
Octal 257 313 243 16 0 24 24 146 34 110
Binary 10101111 11001011 10100011 1110 0 10100 10100 1100110 11100 1001000

Color Harmonies of #AFCBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBA3

Black with #AFCBA3

Text Example


Text Example

White with #AFCBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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