Html Css Color HEX #A19992 Zorba

📋 copy color: '#A19992'

red 161 ◦ green 153 ◦ blue 146

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

Shades of Zorba #A19992

Tints of Zorba #A19992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.26%

 BLUE value IS 146 (57.42% from 255) = 31.74%

R = 35%
G = 33.26%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A19992 (or 0xA19992) is known color: Zorba. HEX triplet: A1, 99 and 92. RGB value is (161,153,146). Sum of RGB (Red+Green+Blue) = 161+153+146=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 161 - color contains mainly: red. Hex color #A19992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19992 is #5E666D. Grayscale: #9A9A9A. Windows color (decimal): -6186606 or 9607585. OLE color: 9607585.

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

Color convert

RGB 161 153 146 -
CMYK 0 0.05 0.09 0.37
HSL 28º 0.07% 0.6% -
HSV(B) 28º 0.09% 0.63% -
XYZ 31.28 32.43 31.81 -
YUV 154.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 161 153 146 0 0.05 0.09 0.37 28 0.07 0.6
Hex A1 99 92 0 5 9 25 1C 7 3C
Octal 241 231 222 0 5 11 45 34 7 74
Binary 10100001 10011001 10010010 0 101 1001 100101 11100 111 111100

Color Harmonies of #A19992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19992

Black with #A19992

Text Example


Text Example

White with #A19992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19992; }

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

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

background-color css

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

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

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

border-color css

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

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

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