Html Css Color HEX #A6968A Zorba

📋 copy color: '#A6968A'

red 166 ◦ green 150 ◦ blue 138

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

Shades of Zorba #A6968A

Tints of Zorba #A6968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.04%

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

R = 36.56%
G = 33.04%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6968A (or 0xA6968A) is known color: Zorba. HEX triplet: A6, 96 and 8A. RGB value is (166,150,138). Sum of RGB (Red+Green+Blue) = 166+150+138=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A6968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6968A is #596975. Grayscale: #999999. Windows color (decimal): -5859702 or 9082534. OLE color: 9082534.

HSL color Cylindrical-coordinate representation of color #A6968A: hue angle of 25.71º 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 #A6968A is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 150 138 -
CMYK 0 0.10 0.17 0.35
HSL 25.71º 0.14% 0.6% -
HSV(B) 25.71º 0.17% 0.65% -
XYZ 31.22 31.75 28.53 -
YUV 153.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 166 150 138 0 0.10 0.17 0.35 25.71 0.14 0.6
Hex A6 96 8A 0 A 11 23 1A E 3C
Octal 246 226 212 0 12 21 43 32 16 74
Binary 10100110 10010110 10001010 0 1010 10001 100011 11010 1110 111100

Color Harmonies of #A6968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6968A

Black with #A6968A

Text Example


Text Example

White with #A6968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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