Html Css Color HEX #A5958C Zorba

📋 copy color: '#A5958C'

red 165 ◦ green 149 ◦ blue 140

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

Shades of Zorba #A5958C

Tints of Zorba #A5958C

RGB

 RED value IS 165 (64.84% from 255) = 36.34%

 GREEN value IS 149 (58.59% from 255) = 32.82%

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 36.34%
G = 32.82%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5958C (or 0xA5958C) is known color: Zorba. HEX triplet: A5, 95 and 8C. RGB value is (165,149,140). Sum of RGB (Red+Green+Blue) = 165+149+140=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A5958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5958C is #5A6A73. Grayscale: #989898. Windows color (decimal): -5925492 or 9213349. OLE color: 9213349.

HSL color Cylindrical-coordinate representation of color #A5958C: hue angle of 21.6º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5958C is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 140 -
CMYK 0 0.10 0.15 0.35
HSL 21.6º 0.12% 0.6% -
HSV(B) 21.6º 0.15% 0.65% -
XYZ 31 31.39 29.24 -
YUV 152.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 165 149 140 0 0.10 0.15 0.35 21.6 0.12 0.6
Hex A5 95 8C 0 A F 23 16 C 3C
Octal 245 225 214 0 12 17 43 26 14 74
Binary 10100101 10010101 10001100 0 1010 1111 100011 10110 1100 111100

Color Harmonies of #A5958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5958C

Black with #A5958C

Text Example


Text Example

White with #A5958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5958C; }

 p { color: rgb(165,149,140); }

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

background-color css

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

 a { background-color: rgb(165,149,140); }

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

border-color css

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

 span { border-color: rgb(165,149,140); }

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