Html Css Color HEX #ACCBA9 Zanah

📋 copy color: '#ACCBA9'

red 172 ◦ green 203 ◦ blue 169

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

Shades of Zanah #ACCBA9

Tints of Zanah #ACCBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.07%

R = 31.62%
G = 37.32%
B = 31.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#ACCBA9 (or 0xACCBA9) is known color: Zanah. HEX triplet: AC, CB and A9. RGB value is (172,203,169). Sum of RGB (Red+Green+Blue) = 172+203+169=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBA9 is #533456. Grayscale: #BDBDBD. Windows color (decimal): -5452887 or 11127724. OLE color: 11127724.

HSL color Cylindrical-coordinate representation of color #ACCBA9: hue angle of 114.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCBA9 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 169 -
CMYK 0.15 0 0.17 0.20
HSL 114.71º 0.25% 0.73% -
HSV(B) 114.71º 0.17% 0.8% -
XYZ 45.53 54.35 45.63 -
YUV 189.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 172 203 169 0.15 0 0.17 0.20 114.71 0.25 0.73
Hex AC CB A9 F 0 11 14 73 19 49
Octal 254 313 251 17 0 21 24 163 31 111
Binary 10101100 11001011 10101001 1111 0 10001 10100 1110011 11001 1001001

Color Harmonies of #ACCBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBA9

Black with #ACCBA9

Text Example


Text Example

White with #ACCBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBA9; }

 p { color: rgb(172,203,169); }

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

background-color css

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

 a { background-color: rgb(172,203,169); }

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

border-color css

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

 span { border-color: rgb(172,203,169); }

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