Html Css Color HEX #A18E85 Zorba

📋 copy color: '#A18E85'

red 161 ◦ green 142 ◦ blue 133

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

Shades of Zorba #A18E85

Tints of Zorba #A18E85

RGB

 RED value IS 161 (63.28% from 255) = 36.93%

 GREEN value IS 142 (55.86% from 255) = 32.57%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 36.93%
G = 32.57%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A18E85 (or 0xA18E85) is known color: Zorba. HEX triplet: A1, 8E and 85. RGB value is (161,142,133). Sum of RGB (Red+Green+Blue) = 161+142+133=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E85 is #5E717A. Grayscale: #929292. Windows color (decimal): -6189435 or 8752801. OLE color: 8752801.

HSL color Cylindrical-coordinate representation of color #A18E85: hue angle of 19.29º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18E85 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 142 133 -
CMYK 0 0.12 0.17 0.37
HSL 19.29º 0.13% 0.58% -
HSV(B) 19.29º 0.17% 0.63% -
XYZ 28.6 28.62 26.21 -
YUV 146.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 161 142 133 0 0.12 0.17 0.37 19.29 0.13 0.58
Hex A1 8E 85 0 C 11 25 13 D 3A
Octal 241 216 205 0 14 21 45 23 15 72
Binary 10100001 10001110 10000101 0 1100 10001 100101 10011 1101 111010

Color Harmonies of #A18E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E85

Black with #A18E85

Text Example


Text Example

White with #A18E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E85; }

 p { color: rgb(161,142,133); }

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

background-color css

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

 a { background-color: rgb(161,142,133); }

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

border-color css

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

 span { border-color: rgb(161,142,133); }

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