Html Css Color HEX #A39188 Zorba

📋 copy color: '#A39188'

red 163 ◦ green 145 ◦ blue 136

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

Shades of Zorba #A39188

Tints of Zorba #A39188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.66%

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

R = 36.71%
G = 32.66%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A39188 (or 0xA39188) is known color: Zorba. HEX triplet: A3, 91 and 88. RGB value is (163,145,136). Sum of RGB (Red+Green+Blue) = 163+145+136=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A39188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39188 is #5C6E77. Grayscale: #959595. Windows color (decimal): -6057592 or 8950179. OLE color: 8950179.

HSL color Cylindrical-coordinate representation of color #A39188: hue angle of 20º 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 #A39188 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 136 -
CMYK 0 0.11 0.17 0.36
HSL 20º 0.13% 0.59% -
HSV(B) 20º 0.17% 0.64% -
XYZ 29.67 29.81 27.48 -
YUV 149.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 163 145 136 0 0.11 0.17 0.36 20 0.13 0.59
Hex A3 91 88 0 B 11 24 14 D 3B
Octal 243 221 210 0 13 21 44 24 15 73
Binary 10100011 10010001 10001000 0 1011 10001 100100 10100 1101 111011

Color Harmonies of #A39188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39188

Black with #A39188

Text Example


Text Example

White with #A39188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39188; }

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

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

background-color css

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

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

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

border-color css

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

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

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