Html Css Color HEX #A19488 Zorba

📋 copy color: '#A19488'

red 161 ◦ green 148 ◦ blue 136

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

Shades of Zorba #A19488

Tints of Zorba #A19488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.26%

 BLUE value IS 136 (53.52% from 255) = 30.56%

R = 36.18%
G = 33.26%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A19488 (or 0xA19488) is known color: Zorba. HEX triplet: A1, 94 and 88. RGB value is (161,148,136). Sum of RGB (Red+Green+Blue) = 161+148+136=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A19488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19488 is #5E6B77. Grayscale: #969696. Windows color (decimal): -6187896 or 8950945. OLE color: 8950945.

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

Color convert

RGB 161 148 136 -
CMYK 0 0.08 0.16 0.37
HSL 28.8º 0.12% 0.58% -
HSV(B) 28.8º 0.16% 0.63% -
XYZ 29.73 30.53 27.62 -
YUV 150.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 161 148 136 0 0.08 0.16 0.37 28.8 0.12 0.58
Hex A1 94 88 0 8 10 25 1D C 3A
Octal 241 224 210 0 10 20 45 35 14 72
Binary 10100001 10010100 10001000 0 1000 10000 100101 11101 1100 111010

Color Harmonies of #A19488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19488

Black with #A19488

Text Example


Text Example

White with #A19488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19488; }

 p { color: rgb(161,148,136); }

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

background-color css

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

 a { background-color: rgb(161,148,136); }

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

border-color css

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

 span { border-color: rgb(161,148,136); }

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