#A8958A

Color #A8958A Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #A8958A

Tints of Zorba #A8958A

Color information

#A8958A (or 0xA8958A) is unknown color: approx Zorba. HEX triplet: A8, 95 and 8A. RGB value is (168,149,138). Sum of RGB (Red+Green+Blue) = 168+149+138=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A8958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8958A is #576A75. Grayscale: #999999. Windows color (decimal): -5728886 or 9082280. OLE color: 9082280.

HSL color Cylindrical-coordinate representation of color #A8958A: hue angle of 22º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8958A is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB168149138-
CMYK00.110.180.34
HSL22º14.71%60%-
HSV(B)22º17.86%65.88%-
XYZ31.4831.6528.5-
YUV153.43119.29138.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=36.92%
G=32.75%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814913800.110.180.342214.7160
HexA8958A0B122216f3c
Octal2502252120132242261774
Binary1010100010010101100010100101110010100010101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8958A; }

 p { color: rgb(168,149,138); }

 H1.HeaderClassName
 {
   color: #A8958A;
 }
 .AnyTagClassName
 {
   color: #A8958A;
 }
</style>
background-color css

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

 a { background-color: rgb(168,149,138); }

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

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

 span { border-color: rgb(168,149,138); }

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