Html Css Color HEX #A6998E Zorba

📋 copy color: '#A6998E'

red 166 ◦ green 153 ◦ blue 142

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

Shades of Zorba #A6998E

Tints of Zorba #A6998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.19%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 36.01%
G = 33.19%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6998E (or 0xA6998E) is known color: Zorba. HEX triplet: A6, 99 and 8E. RGB value is (166,153,142). Sum of RGB (Red+Green+Blue) = 166+153+142=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A6998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6998E is #596671. Grayscale: #9B9B9B. Windows color (decimal): -5858930 or 9345446. OLE color: 9345446.

HSL color Cylindrical-coordinate representation of color #A6998E: hue angle of 27.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6998E is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 142 -
CMYK 0 0.08 0.14 0.35
HSL 27.5º 0.12% 0.6% -
HSV(B) 27.5º 0.14% 0.65% -
XYZ 32 32.84 30.24 -
YUV 155.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 166 153 142 0 0.08 0.14 0.35 27.5 0.12 0.6
Hex A6 99 8E 0 8 E 23 1C C 3C
Octal 246 231 216 0 10 16 43 34 14 74
Binary 10100110 10011001 10001110 0 1000 1110 100011 11100 1100 111100

Color Harmonies of #A6998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6998E

Black with #A6998E

Text Example


Text Example

White with #A6998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6998E; }

 p { color: rgb(166,153,142); }

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

background-color css

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

 a { background-color: rgb(166,153,142); }

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

border-color css

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

 span { border-color: rgb(166,153,142); }

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