Html Css Color HEX #A6978A Zorba

📋 copy color: '#A6978A'

red 166 ◦ green 151 ◦ blue 138

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

Shades of Zorba #A6978A

Tints of Zorba #A6978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.19%

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 36.48%
G = 33.19%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6978A (or 0xA6978A) is known color: Zorba. HEX triplet: A6, 97 and 8A. RGB value is (166,151,138). Sum of RGB (Red+Green+Blue) = 166+151+138=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6978A is #596875. Grayscale: #9A9A9A. Windows color (decimal): -5859446 or 9082790. OLE color: 9082790.

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

Color convert

RGB 166 151 138 -
CMYK 0 0.09 0.17 0.35
HSL 27.86º 0.14% 0.6% -
HSV(B) 27.86º 0.17% 0.65% -
XYZ 31.38 32.08 28.58 -
YUV 154 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 166 151 138 0 0.09 0.17 0.35 27.86 0.14 0.6
Hex A6 97 8A 0 9 11 23 1C E 3C
Octal 246 227 212 0 11 21 43 34 16 74
Binary 10100110 10010111 10001010 0 1001 10001 100011 11100 1110 111100

Color Harmonies of #A6978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6978A

Black with #A6978A

Text Example


Text Example

White with #A6978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6978A; }

 p { color: rgb(166,151,138); }

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

background-color css

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

 a { background-color: rgb(166,151,138); }

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

border-color css

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

 span { border-color: rgb(166,151,138); }

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