Html Css Color HEX #ACCBAB Zanah

📋 copy color: '#ACCBAB'

red 172 ◦ green 203 ◦ blue 171

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

Shades of Zanah #ACCBAB

Tints of Zanah #ACCBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 31.5%
G = 37.18%
B = 31.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#ACCBAB (or 0xACCBAB) is known color: Zanah. HEX triplet: AC, CB and AB. RGB value is (172,203,171). Sum of RGB (Red+Green+Blue) = 172+203+171=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBAB is #533454. Grayscale: #BEBEBE. Windows color (decimal): -5452885 or 11258796. OLE color: 11258796.

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

Color convert

RGB 172 203 171 -
CMYK 0.15 0 0.16 0.20
HSL 118.13º 0.24% 0.73% -
HSV(B) 118.13º 0.16% 0.8% -
XYZ 45.72 54.42 46.62 -
YUV 190.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 172 203 171 0.15 0 0.16 0.20 118.13 0.24 0.73
Hex AC CB AB F 0 10 14 76 18 49
Octal 254 313 253 17 0 20 24 166 30 111
Binary 10101100 11001011 10101011 1111 0 10000 10100 1110110 11000 1001001

Color Harmonies of #ACCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBAB

Black with #ACCBAB

Text Example


Text Example

White with #ACCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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