Html Css Color HEX #A6C8A5 Zanah

📋 copy color: '#A6C8A5'

red 166 ◦ green 200 ◦ blue 165

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

Shades of Zanah #A6C8A5

Tints of Zanah #A6C8A5

RGB

 RED value IS 166 (65.23% from 255) = 31.26%

 GREEN value IS 200 (78.52% from 255) = 37.66%

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

R = 31.26%
G = 37.66%
B = 31.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#A6C8A5 (or 0xA6C8A5) is known color: Zanah. HEX triplet: A6, C8 and A5. RGB value is (166,200,165). Sum of RGB (Red+Green+Blue) = 166+200+165=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C8A5 is #59375A. Grayscale: #B9B9B9. Windows color (decimal): -5846875 or 10864806. OLE color: 10864806.

HSL color Cylindrical-coordinate representation of color #A6C8A5: hue angle of 118.29º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6C8A5 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 200 165 -
CMYK 0.17 0 0.18 0.22
HSL 118.29º 0.24% 0.72% -
HSV(B) 118.29º 0.18% 0.78% -
XYZ 43.17 52.13 43.38 -
YUV 185.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 166 200 165 0.17 0 0.18 0.22 118.29 0.24 0.72
Hex A6 C8 A5 11 0 12 16 76 18 48
Octal 246 310 245 21 0 22 26 166 30 110
Binary 10100110 11001000 10100101 10001 0 10010 10110 1110110 11000 1001000

Color Harmonies of #A6C8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C8A5

Black with #A6C8A5

Text Example


Text Example

White with #A6C8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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