Html Css Color HEX #A4978A Zorba

📋 copy color: '#A4978A'

red 164 ◦ green 151 ◦ blue 138

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

Shades of Zorba #A4978A

Tints of Zorba #A4978A

RGB

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

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

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

R = 36.2%
G = 33.33%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4978A (or 0xA4978A) is known color: Zorba. HEX triplet: A4, 97 and 8A. RGB value is (164,151,138). Sum of RGB (Red+Green+Blue) = 164+151+138=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A4978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4978A is #5B6875. Grayscale: #999999. Windows color (decimal): -5990518 or 9082788. OLE color: 9082788.

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

Color convert

RGB 164 151 138 -
CMYK 0 0.08 0.16 0.36
HSL 30º 0.13% 0.59% -
HSV(B) 30º 0.16% 0.64% -
XYZ 30.96 31.86 28.56 -
YUV 153.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 164 151 138 0 0.08 0.16 0.36 30 0.13 0.59
Hex A4 97 8A 0 8 10 24 1E C 3B
Octal 244 227 212 0 10 20 44 36 14 73
Binary 10100100 10010111 10001010 0 1000 10000 100100 11110 1100 111011

Color Harmonies of #A4978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4978A

Black with #A4978A

Text Example


Text Example

White with #A4978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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