Html Css Color HEX #A18E84 Zorba

📋 copy color: '#A18E84'

red 161 ◦ green 142 ◦ blue 132

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

Shades of Zorba #A18E84

Tints of Zorba #A18E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.34%

R = 37.01%
G = 32.64%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A18E84 (or 0xA18E84) is known color: Zorba. HEX triplet: A1, 8E and 84. RGB value is (161,142,132). Sum of RGB (Red+Green+Blue) = 161+142+132=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E84 is #5E717B. Grayscale: #929292. Windows color (decimal): -6189436 or 8687265. OLE color: 8687265.

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

Color convert

RGB 161 142 132 -
CMYK 0 0.12 0.18 0.37
HSL 20.69º 0.13% 0.57% -
HSV(B) 20.69º 0.18% 0.63% -
XYZ 28.54 28.59 25.84 -
YUV 146.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 161 142 132 0 0.12 0.18 0.37 20.69 0.13 0.57
Hex A1 8E 84 0 C 12 25 15 D 39
Octal 241 216 204 0 14 22 45 25 15 71
Binary 10100001 10001110 10000100 0 1100 10010 100101 10101 1101 111001

Color Harmonies of #A18E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E84

Black with #A18E84

Text Example


Text Example

White with #A18E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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