Html Css Color HEX #A39288 Zorba

📋 copy color: '#A39288'

red 163 ◦ green 146 ◦ blue 136

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

Shades of Zorba #A39288

Tints of Zorba #A39288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.81%

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

R = 36.63%
G = 32.81%
B = 30.56%

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

#A39288 (or 0xA39288) is known color: Zorba. HEX triplet: A3, 92 and 88. RGB value is (163,146,136). Sum of RGB (Red+Green+Blue) = 163+146+136=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A39288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39288 is #5C6D77. Grayscale: #969696. Windows color (decimal): -6057336 or 8950435. OLE color: 8950435.

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

Color convert

RGB 163 146 136 -
CMYK 0 0.10 0.17 0.36
HSL 22.22º 0.13% 0.59% -
HSV(B) 22.22º 0.17% 0.64% -
XYZ 29.83 30.12 27.53 -
YUV 149.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 163 146 136 0 0.10 0.17 0.36 22.22 0.13 0.59
Hex A3 92 88 0 A 11 24 16 D 3B
Octal 243 222 210 0 12 21 44 26 15 73
Binary 10100011 10010010 10001000 0 1010 10001 100100 10110 1101 111011

Color Harmonies of #A39288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39288

Black with #A39288

Text Example


Text Example

White with #A39288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39288; }

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

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

background-color css

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

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

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

border-color css

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

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

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