Html Css Color HEX #A5BDA6 Zanah

📋 copy color: '#A5BDA6'

red 165 ◦ green 189 ◦ blue 166

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

Shades of Zanah #A5BDA6

Tints of Zanah #A5BDA6

RGB

 RED value IS 165 (64.84% from 255) = 31.73%

 GREEN value IS 189 (74.22% from 255) = 36.35%

 BLUE value IS 166 (65.23% from 255) = 31.92%

R = 31.73%
G = 36.35%
B = 31.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A5BDA6 (or 0xA5BDA6) is known color: Zanah. HEX triplet: A5, BD and A6. RGB value is (165,189,166). Sum of RGB (Red+Green+Blue) = 165+189+166=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDA6 is #5A4259. Grayscale: #B3B3B3. Windows color (decimal): -5915226 or 10927525. OLE color: 10927525.

HSL color Cylindrical-coordinate representation of color #A5BDA6: hue angle of 122.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BDA6 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 166 -
CMYK 0.13 0 0.12 0.26
HSL 122.5º 0.15% 0.69% -
HSV(B) 122.5º 0.13% 0.74% -
XYZ 40.6 47.15 43.04 -
YUV 179.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 165 189 166 0.13 0 0.12 0.26 122.5 0.15 0.69
Hex A5 BD A6 D 0 C 1A 7B F 45
Octal 245 275 246 15 0 14 32 173 17 105
Binary 10100101 10111101 10100110 1101 0 1100 11010 1111011 1111 1000101

Color Harmonies of #A5BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDA6

Black with #A5BDA6

Text Example


Text Example

White with #A5BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDA6; }

 p { color: rgb(165,189,166); }

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

background-color css

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

 a { background-color: rgb(165,189,166); }

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

border-color css

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

 span { border-color: rgb(165,189,166); }

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