Html Css Color HEX #A39991 Zorba

📋 copy color: '#A39991'

red 163 ◦ green 153 ◦ blue 145

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

Shades of Zorba #A39991

Tints of Zorba #A39991

RGB

 RED value IS 163 (64.06% from 255) = 35.36%

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

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 35.36%
G = 33.19%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A39991 (or 0xA39991) is known color: Zorba. HEX triplet: A3, 99 and 91. RGB value is (163,153,145). Sum of RGB (Red+Green+Blue) = 163+153+145=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A39991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39991 is #5C666E. Grayscale: #9B9B9B. Windows color (decimal): -6055535 or 9542051. OLE color: 9542051.

HSL color Cylindrical-coordinate representation of color #A39991: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A39991 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 153 145 -
CMYK 0 0.06 0.11 0.36
HSL 26.67º 0.09% 0.6% -
HSV(B) 26.67º 0.11% 0.64% -
XYZ 31.61 32.61 31.42 -
YUV 155.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 163 153 145 0 0.06 0.11 0.36 26.67 0.09 0.6
Hex A3 99 91 0 6 B 24 1B 9 3C
Octal 243 231 221 0 6 13 44 33 11 74
Binary 10100011 10011001 10010001 0 110 1011 100100 11011 1001 111100

Color Harmonies of #A39991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39991

Black with #A39991

Text Example


Text Example

White with #A39991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39991; }

 p { color: rgb(163,153,145); }

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

background-color css

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

 a { background-color: rgb(163,153,145); }

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

border-color css

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

 span { border-color: rgb(163,153,145); }

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