Html Css Color HEX #A19384 Zorba

📋 copy color: '#A19384'

red 161 ◦ green 147 ◦ blue 132

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

Shades of Zorba #A19384

Tints of Zorba #A19384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

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

R = 36.59%
G = 33.41%
B = 30%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A19384 (or 0xA19384) is known color: Zorba. HEX triplet: A1, 93 and 84. RGB value is (161,147,132). Sum of RGB (Red+Green+Blue) = 161+147+132=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A19384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19384 is #5E6C7B. Grayscale: #959595. Windows color (decimal): -6188156 or 8688545. OLE color: 8688545.

HSL color Cylindrical-coordinate representation of color #A19384: hue angle of 31.03º 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 #A19384 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 147 132 -
CMYK 0 0.09 0.18 0.37
HSL 31.03º 0.13% 0.57% -
HSV(B) 31.03º 0.18% 0.63% -
XYZ 29.3 30.11 26.1 -
YUV 149.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 161 147 132 0 0.09 0.18 0.37 31.03 0.13 0.57
Hex A1 93 84 0 9 12 25 1F D 39
Octal 241 223 204 0 11 22 45 37 15 71
Binary 10100001 10010011 10000100 0 1001 10010 100101 11111 1101 111001

Color Harmonies of #A19384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19384

Black with #A19384

Text Example


Text Example

White with #A19384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19384; }

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

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

background-color css

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

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

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

border-color css

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

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

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