#A19283

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

Shades of Zorba #A19283

Tints of Zorba #A19283

Color information

#A19283 (or 0xA19283) is unknown color: approx Zorba. HEX triplet: A1, 92 and 83. RGB value is (161,146,131). Sum of RGB (Red+Green+Blue) = 161+146+131=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A19283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19283 is #5E6D7C. Grayscale: #949494. Windows color (decimal): -6188413 or 8622753. OLE color: 8622753.

HSL color Cylindrical-coordinate representation of color #A19283: hue angle of 30º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A19283 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB161146131-
CMYK00.090.190.37
HSL30º13.76%57.25%-
HSV(B)30º18.63%63.14%-
XYZ29.0729.7725.69-
YUV148.78117.97136.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 29.91%
R=36.76%
G=33.33%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114613100.090.190.373013.7657.25
HexA192830913251ee39
Octal2412222030112345361671
Binary1010000110010010100000110100110011100101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19283; }

 p { color: rgb(161,146,131); }

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

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

 a { background-color: rgb(161,146,131); }

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

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

 span { border-color: rgb(161,146,131); }

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