Html Css Color HEX #ACCBAD Zanah

📋 copy color: '#ACCBAD'

red 172 ◦ green 203 ◦ blue 173

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

Shades of Zanah #ACCBAD

Tints of Zanah #ACCBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.57%

R = 31.39%
G = 37.04%
B = 31.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#ACCBAD (or 0xACCBAD) is known color: Zanah. HEX triplet: AC, CB and AD. RGB value is (172,203,173). Sum of RGB (Red+Green+Blue) = 172+203+173=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBAD is #533452. Grayscale: #BEBEBE. Windows color (decimal): -5452883 or 11389868. OLE color: 11389868.

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

Color convert

RGB 172 203 173 -
CMYK 0.15 0 0.15 0.20
HSL 121.94º 0.23% 0.74% -
HSV(B) 121.94º 0.15% 0.8% -
XYZ 45.91 54.5 47.63 -
YUV 190.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 172 203 173 0.15 0 0.15 0.20 121.94 0.23 0.74
Hex AC CB AD F 0 F 14 7A 17 4A
Octal 254 313 255 17 0 17 24 172 27 112
Binary 10101100 11001011 10101101 1111 0 1111 10100 1111010 10111 1001010

Color Harmonies of #ACCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBAD

Black with #ACCBAD

Text Example


Text Example

White with #ACCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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