Html Css Color HEX #A4988E Zorba

📋 copy color: '#A4988E'

red 164 ◦ green 152 ◦ blue 142

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

Shades of Zorba #A4988E

Tints of Zorba #A4988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.19%

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

R = 35.81%
G = 33.19%
B = 31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4988E (or 0xA4988E) is known color: Zorba. HEX triplet: A4, 98 and 8E. RGB value is (164,152,142). Sum of RGB (Red+Green+Blue) = 164+152+142=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A4988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4988E is #5B6771. Grayscale: #9A9A9A. Windows color (decimal): -5990258 or 9345188. OLE color: 9345188.

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

Color convert

RGB 164 152 142 -
CMYK 0 0.07 0.13 0.36
HSL 27.27º 0.11% 0.6% -
HSV(B) 27.27º 0.13% 0.64% -
XYZ 31.42 32.3 30.17 -
YUV 154.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 164 152 142 0 0.07 0.13 0.36 27.27 0.11 0.6
Hex A4 98 8E 0 7 D 24 1B B 3C
Octal 244 230 216 0 7 15 44 33 13 74
Binary 10100100 10011000 10001110 0 111 1101 100100 11011 1011 111100

Color Harmonies of #A4988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4988E

Black with #A4988E

Text Example


Text Example

White with #A4988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4988E; }

 p { color: rgb(164,152,142); }

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

background-color css

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

 a { background-color: rgb(164,152,142); }

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

border-color css

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

 span { border-color: rgb(164,152,142); }

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