Html Css Color HEX #A5978A Zorba

📋 copy color: '#A5978A'

red 165 ◦ green 151 ◦ blue 138

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

Shades of Zorba #A5978A

Tints of Zorba #A5978A

RGB

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

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

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

R = 36.34%
G = 33.26%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5978A (or 0xA5978A) is known color: Zorba. HEX triplet: A5, 97 and 8A. RGB value is (165,151,138). Sum of RGB (Red+Green+Blue) = 165+151+138=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A5978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5978A is #5A6875. Grayscale: #999999. Windows color (decimal): -5924982 or 9082789. OLE color: 9082789.

HSL color Cylindrical-coordinate representation of color #A5978A: hue angle of 28.89º 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 #A5978A is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 151 138 -
CMYK 0 0.08 0.16 0.35
HSL 28.89º 0.13% 0.59% -
HSV(B) 28.89º 0.16% 0.65% -
XYZ 31.17 31.97 28.57 -
YUV 153.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 165 151 138 0 0.08 0.16 0.35 28.89 0.13 0.59
Hex A5 97 8A 0 8 10 23 1D D 3B
Octal 245 227 212 0 10 20 43 35 15 73
Binary 10100101 10010111 10001010 0 1000 10000 100011 11101 1101 111011

Color Harmonies of #A5978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5978A

Black with #A5978A

Text Example


Text Example

White with #A5978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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