Html Css Color HEX #AFC9A5 Rainee

📋 copy color: '#AFC9A5'

red 175 ◦ green 201 ◦ blue 165

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

Shades of Rainee #AFC9A5

Tints of Rainee #AFC9A5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.15%

 BLUE value IS 165 (64.84% from 255) = 30.5%

R = 32.35%
G = 37.15%
B = 30.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#AFC9A5 (or 0xAFC9A5) is known color: Rainee. HEX triplet: AF, C9 and A5. RGB value is (175,201,165). Sum of RGB (Red+Green+Blue) = 175+201+165=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC9A5 is #50365A. Grayscale: #BDBDBD. Windows color (decimal): -5256795 or 10865071. OLE color: 10865071.

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

Color convert

RGB 175 201 165 -
CMYK 0.13 0 0.18 0.21
HSL 103.33º 0.25% 0.72% -
HSV(B) 103.33º 0.18% 0.79% -
XYZ 45.36 53.6 43.55 -
YUV 189.12 114.39 117.93 -
System Red Green Blue C M Y K H S L
Decimal 175 201 165 0.13 0 0.18 0.21 103.33 0.25 0.72
Hex AF C9 A5 D 0 12 15 67 19 48
Octal 257 311 245 15 0 22 25 147 31 110
Binary 10101111 11001001 10100101 1101 0 10010 10101 1100111 11001 1001000

Color Harmonies of #AFC9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9A5

Black with #AFC9A5

Text Example


Text Example

White with #AFC9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9A5; }

 p { color: rgb(175,201,165); }

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

background-color css

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

 a { background-color: rgb(175,201,165); }

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

border-color css

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

 span { border-color: rgb(175,201,165); }

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