Html Css Color HEX #A39387 Zorba

📋 copy color: '#A39387'

red 163 ◦ green 147 ◦ blue 135

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

Shades of Zorba #A39387

Tints of Zorba #A39387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.34%

R = 36.63%
G = 33.03%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A39387 (or 0xA39387) is known color: Zorba. HEX triplet: A3, 93 and 87. RGB value is (163,147,135). Sum of RGB (Red+Green+Blue) = 163+147+135=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A39387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39387 is #5C6C78. Grayscale: #969696. Windows color (decimal): -6057081 or 8885155. OLE color: 8885155.

HSL color Cylindrical-coordinate representation of color #A39387: hue angle of 25.71º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A39387 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 135 -
CMYK 0 0.10 0.17 0.36
HSL 25.71º 0.13% 0.58% -
HSV(B) 25.71º 0.17% 0.64% -
XYZ 29.91 30.4 27.21 -
YUV 150.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 163 147 135 0 0.10 0.17 0.36 25.71 0.13 0.58
Hex A3 93 87 0 A 11 24 1A D 3A
Octal 243 223 207 0 12 21 44 32 15 72
Binary 10100011 10010011 10000111 0 1010 10001 100100 11010 1101 111010

Color Harmonies of #A39387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39387

Black with #A39387

Text Example


Text Example

White with #A39387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39387; }

 p { color: rgb(163,147,135); }

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

background-color css

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

 a { background-color: rgb(163,147,135); }

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

border-color css

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

 span { border-color: rgb(163,147,135); }

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