Html Css Color HEX #A4978B Zorba

📋 copy color: '#A4978B'

red 164 ◦ green 151 ◦ blue 139

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

Shades of Zorba #A4978B

Tints of Zorba #A4978B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 36.12%
G = 33.26%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4978B (or 0xA4978B) is known color: Zorba. HEX triplet: A4, 97 and 8B. RGB value is (164,151,139). Sum of RGB (Red+Green+Blue) = 164+151+139=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A4978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4978B is #5B6874. Grayscale: #999999. Windows color (decimal): -5990517 or 9148324. OLE color: 9148324.

HSL color Cylindrical-coordinate representation of color #A4978B: hue angle of 28.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4978B is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 139 -
CMYK 0 0.08 0.15 0.36
HSL 28.8º 0.12% 0.59% -
HSV(B) 28.8º 0.15% 0.64% -
XYZ 31.04 31.89 28.95 -
YUV 153.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 164 151 139 0 0.08 0.15 0.36 28.8 0.12 0.59
Hex A4 97 8B 0 8 F 24 1D C 3B
Octal 244 227 213 0 10 17 44 35 14 73
Binary 10100100 10010111 10001011 0 1000 1111 100100 11101 1100 111011

Color Harmonies of #A4978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4978B

Black with #A4978B

Text Example


Text Example

White with #A4978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4978B; }

 p { color: rgb(164,151,139); }

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

background-color css

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

 a { background-color: rgb(164,151,139); }

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

border-color css

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

 span { border-color: rgb(164,151,139); }

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