Html Css Color HEX #A39388 Zorba

📋 copy color: '#A39388'

red 163 ◦ green 147 ◦ blue 136

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

Shades of Zorba #A39388

Tints of Zorba #A39388

RGB

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

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

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

R = 36.55%
G = 32.96%
B = 30.49%

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

#A39388 (or 0xA39388) is known color: Zorba. HEX triplet: A3, 93 and 88. RGB value is (163,147,136). Sum of RGB (Red+Green+Blue) = 163+147+136=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A39388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39388 is #5C6C77. Grayscale: #969696. Windows color (decimal): -6057080 or 8950691. OLE color: 8950691.

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

Color convert

RGB 163 147 136 -
CMYK 0 0.10 0.17 0.36
HSL 24.44º 0.13% 0.59% -
HSV(B) 24.44º 0.17% 0.64% -
XYZ 29.98 30.43 27.59 -
YUV 150.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 163 147 136 0 0.10 0.17 0.36 24.44 0.13 0.59
Hex A3 93 88 0 A 11 24 18 D 3B
Octal 243 223 210 0 12 21 44 30 15 73
Binary 10100011 10010011 10001000 0 1010 10001 100100 11000 1101 111011

Color Harmonies of #A39388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39388

Black with #A39388

Text Example


Text Example

White with #A39388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39388; }

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

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

background-color css

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

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

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

border-color css

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

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

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