Html Css Color HEX #ACCCA5 Rainee

📋 copy color: '#ACCCA5'

red 172 ◦ green 204 ◦ blue 165

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

Shades of Rainee #ACCCA5

Tints of Rainee #ACCCA5

RGB

 RED value IS 172 (67.58% from 255) = 31.79%

 GREEN value IS 204 (80.08% from 255) = 37.71%

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

R = 31.79%
G = 37.71%
B = 30.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#ACCCA5 (or 0xACCCA5) is known color: Rainee. HEX triplet: AC, CC and A5. RGB value is (172,204,165). Sum of RGB (Red+Green+Blue) = 172+204+165=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCA5 is #53335A. Grayscale: #BEBEBE. Windows color (decimal): -5452635 or 10865836. OLE color: 10865836.

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

Color convert

RGB 172 204 165 -
CMYK 0.16 0 0.19 0.2
HSL 109.23º 0.28% 0.72% -
HSV(B) 109.23º 0.19% 0.8% -
XYZ 45.4 54.67 43.76 -
YUV 189.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 172 204 165 0.16 0 0.19 0.2 109.23 0.28 0.72
Hex AC CC A5 10 0 13 14 6D 1C 48
Octal 254 314 245 20 0 23 24 155 34 110
Binary 10101100 11001100 10100101 10000 0 10011 10100 1101101 11100 1001000

Color Harmonies of #ACCCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCA5

Black with #ACCCA5

Text Example


Text Example

White with #ACCCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCA5; }

 p { color: rgb(172,204,165); }

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

background-color css

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

 a { background-color: rgb(172,204,165); }

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

border-color css

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

 span { border-color: rgb(172,204,165); }

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