Html Css Color HEX #A4978D Zorba

📋 copy color: '#A4978D'

red 164 ◦ green 151 ◦ blue 141

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

Shades of Zorba #A4978D

Tints of Zorba #A4978D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 35.96%
G = 33.11%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4978D (or 0xA4978D) is known color: Zorba. HEX triplet: A4, 97 and 8D. RGB value is (164,151,141). Sum of RGB (Red+Green+Blue) = 164+151+141=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A4978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4978D is #5B6872. Grayscale: #999999. Windows color (decimal): -5990515 or 9279396. OLE color: 9279396.

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

Color convert

RGB 164 151 141 -
CMYK 0 0.08 0.14 0.36
HSL 26.09º 0.11% 0.6% -
HSV(B) 26.09º 0.14% 0.64% -
XYZ 31.18 31.95 29.72 -
YUV 153.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 164 151 141 0 0.08 0.14 0.36 26.09 0.11 0.6
Hex A4 97 8D 0 8 E 24 1A B 3C
Octal 244 227 215 0 10 16 44 32 13 74
Binary 10100100 10010111 10001101 0 1000 1110 100100 11010 1011 111100

Color Harmonies of #A4978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4978D

Black with #A4978D

Text Example


Text Example

White with #A4978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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