Html Css Color HEX #A5978E Zorba

📋 copy color: '#A5978E'

red 165 ◦ green 151 ◦ blue 142

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

Shades of Zorba #A5978E

Tints of Zorba #A5978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.97%

 BLUE value IS 142 (55.86% from 255) = 31%

R = 36.03%
G = 32.97%
B = 31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5978E (or 0xA5978E) is known color: Zorba. HEX triplet: A5, 97 and 8E. RGB value is (165,151,142). Sum of RGB (Red+Green+Blue) = 165+151+142=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 165 - color contains mainly: red. Hex color #A5978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5978E is #5A6871. Grayscale: #9A9A9A. Windows color (decimal): -5924978 or 9344933. OLE color: 9344933.

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

Color convert

RGB 165 151 142 -
CMYK 0 0.08 0.14 0.35
HSL 23.48º 0.11% 0.6% -
HSV(B) 23.48º 0.14% 0.65% -
XYZ 31.47 32.09 30.13 -
YUV 154.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 165 151 142 0 0.08 0.14 0.35 23.48 0.11 0.6
Hex A5 97 8E 0 8 E 23 17 B 3C
Octal 245 227 216 0 10 16 43 27 13 74
Binary 10100101 10010111 10001110 0 1000 1110 100011 10111 1011 111100

Color Harmonies of #A5978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5978E

Black with #A5978E

Text Example


Text Example

White with #A5978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5978E; }

 p { color: rgb(165,151,142); }

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

background-color css

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

 a { background-color: rgb(165,151,142); }

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

border-color css

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

 span { border-color: rgb(165,151,142); }

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