Html Css Color HEX #A49B8F Zorba

📋 copy color: '#A49B8F'

red 164 ◦ green 155 ◦ blue 143

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

Shades of Zorba #A49B8F

Tints of Zorba #A49B8F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.55%

 BLUE value IS 143 (56.25% from 255) = 30.95%

R = 35.5%
G = 33.55%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A49B8F (or 0xA49B8F) is known color: Zorba. HEX triplet: A4, 9B and 8F. RGB value is (164,155,143). Sum of RGB (Red+Green+Blue) = 164+155+143=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B8F is #5B6470. Grayscale: #9C9C9C. Windows color (decimal): -5989489 or 9411492. OLE color: 9411492.

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

Color convert

RGB 164 155 143 -
CMYK 0 0.05 0.13 0.36
HSL 34.29º 0.1% 0.6% -
HSV(B) 34.29º 0.13% 0.64% -
XYZ 31.99 33.32 30.73 -
YUV 156.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 164 155 143 0 0.05 0.13 0.36 34.29 0.1 0.6
Hex A4 9B 8F 0 5 D 24 22 A 3C
Octal 244 233 217 0 5 15 44 42 12 74
Binary 10100100 10011011 10001111 0 101 1101 100100 100010 1010 111100

Color Harmonies of #A49B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B8F

Black with #A49B8F

Text Example


Text Example

White with #A49B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B8F; }

 p { color: rgb(164,155,143); }

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

background-color css

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

 a { background-color: rgb(164,155,143); }

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

border-color css

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

 span { border-color: rgb(164,155,143); }

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