Html Css Color HEX #ABCBA5 Zanah

📋 copy color: '#ABCBA5'

red 171 ◦ green 203 ◦ blue 165

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

Shades of Zanah #ABCBA5

Tints of Zanah #ABCBA5

RGB

 RED value IS 171 (67.19% from 255) = 31.73%

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

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

R = 31.73%
G = 37.66%
B = 30.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#ABCBA5 (or 0xABCBA5) is known color: Zanah. HEX triplet: AB, CB and A5. RGB value is (171,203,165). Sum of RGB (Red+Green+Blue) = 171+203+165=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBA5 is #54345A. Grayscale: #BDBDBD. Windows color (decimal): -5518427 or 10865579. OLE color: 10865579.

HSL color Cylindrical-coordinate representation of color #ABCBA5: hue angle of 110.53º degrees, saturation: 0.27, 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 #ABCBA5 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 165 -
CMYK 0.16 0 0.19 0.20
HSL 110.53º 0.27% 0.72% -
HSV(B) 110.53º 0.19% 0.8% -
XYZ 44.94 54.09 43.67 -
YUV 189.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 171 203 165 0.16 0 0.19 0.20 110.53 0.27 0.72
Hex AB CB A5 10 0 13 14 6F 1B 48
Octal 253 313 245 20 0 23 24 157 33 110
Binary 10101011 11001011 10100101 10000 0 10011 10100 1101111 11011 1001000

Color Harmonies of #ABCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBA5

Black with #ABCBA5

Text Example


Text Example

White with #ABCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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