Html Css Color HEX #A49687 Zorba

📋 copy color: '#A49687'

red 164 ◦ green 150 ◦ blue 135

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

Shades of Zorba #A49687

Tints of Zorba #A49687

RGB

 RED value IS 164 (64.45% from 255) = 36.53%

 GREEN value IS 150 (58.98% from 255) = 33.41%

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

R = 36.53%
G = 33.41%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A49687 (or 0xA49687) is known color: Zorba. HEX triplet: A4, 96 and 87. RGB value is (164,150,135). Sum of RGB (Red+Green+Blue) = 164+150+135=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A49687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49687 is #5B6978. Grayscale: #989898. Windows color (decimal): -5990777 or 8885924. OLE color: 8885924.

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

Color convert

RGB 164 150 135 -
CMYK 0 0.09 0.18 0.36
HSL 31.03º 0.14% 0.59% -
HSV(B) 31.03º 0.18% 0.64% -
XYZ 30.59 31.45 27.38 -
YUV 152.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 164 150 135 0 0.09 0.18 0.36 31.03 0.14 0.59
Hex A4 96 87 0 9 12 24 1F E 3B
Octal 244 226 207 0 11 22 44 37 16 73
Binary 10100100 10010110 10000111 0 1001 10010 100100 11111 1110 111011

Color Harmonies of #A49687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49687

Black with #A49687

Text Example


Text Example

White with #A49687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49687; }

 p { color: rgb(164,150,135); }

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

background-color css

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

 a { background-color: rgb(164,150,135); }

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

border-color css

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

 span { border-color: rgb(164,150,135); }

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