Html Css Color HEX #AFBCAA Rainee

📋 copy color: '#AFBCAA'

red 175 ◦ green 188 ◦ blue 170

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

Shades of Rainee #AFBCAA

Tints of Rainee #AFBCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.27%

 BLUE value IS 170 (66.8% from 255) = 31.89%

R = 32.83%
G = 35.27%
B = 31.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#AFBCAA (or 0xAFBCAA) is known color: Rainee. HEX triplet: AF, BC and AA. RGB value is (175,188,170). Sum of RGB (Red+Green+Blue) = 175+188+170=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCAA is #504355. Grayscale: #B6B6B6. Windows color (decimal): -5260118 or 11189423. OLE color: 11189423.

HSL color Cylindrical-coordinate representation of color #AFBCAA: hue angle of 103.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBCAA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 170 -
CMYK 0.07 0 0.10 0.26
HSL 103.33º 0.12% 0.7% -
HSV(B) 103.33º 0.1% 0.74% -
XYZ 42.92 47.98 45.03 -
YUV 182.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 175 188 170 0.07 0 0.10 0.26 103.33 0.12 0.7
Hex AF BC AA 7 0 A 1A 67 C 46
Octal 257 274 252 7 0 12 32 147 14 106
Binary 10101111 10111100 10101010 111 0 1010 11010 1100111 1100 1000110

Color Harmonies of #AFBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCAA

Black with #AFBCAA

Text Example


Text Example

White with #AFBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCAA; }

 p { color: rgb(175,188,170); }

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

background-color css

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

 a { background-color: rgb(175,188,170); }

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

border-color css

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

 span { border-color: rgb(175,188,170); }

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