Html Css Color HEX #A5958A Zorba

📋 copy color: '#A5958A'

red 165 ◦ green 149 ◦ blue 138

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

Shades of Zorba #A5958A

Tints of Zorba #A5958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 36.5%
G = 32.96%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5958A (or 0xA5958A) is known color: Zorba. HEX triplet: A5, 95 and 8A. RGB value is (165,149,138). Sum of RGB (Red+Green+Blue) = 165+149+138=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A5958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5958A is #5A6A75. Grayscale: #989898. Windows color (decimal): -5925494 or 9082277. OLE color: 9082277.

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

Color convert

RGB 165 149 138 -
CMYK 0 0.10 0.16 0.35
HSL 24.44º 0.13% 0.59% -
HSV(B) 24.44º 0.16% 0.65% -
XYZ 30.85 31.33 28.47 -
YUV 152.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 165 149 138 0 0.10 0.16 0.35 24.44 0.13 0.59
Hex A5 95 8A 0 A 10 23 18 D 3B
Octal 245 225 212 0 12 20 43 30 15 73
Binary 10100101 10010101 10001010 0 1010 10000 100011 11000 1101 111011

Color Harmonies of #A5958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5958A

Black with #A5958A

Text Example


Text Example

White with #A5958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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