Html Css Color HEX #A7988A Zorba

📋 copy color: '#A7988A'

red 167 ◦ green 152 ◦ blue 138

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

Shades of Zorba #A7988A

Tints of Zorba #A7988A

RGB

 RED value IS 167 (65.63% from 255) = 36.54%

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

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

R = 36.54%
G = 33.26%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7988A (or 0xA7988A) is known color: Zorba. HEX triplet: A7, 98 and 8A. RGB value is (167,152,138). Sum of RGB (Red+Green+Blue) = 167+152+138=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 167 - color contains mainly: red. Hex color #A7988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7988A is #586775. Grayscale: #9A9A9A. Windows color (decimal): -5793654 or 9083047. OLE color: 9083047.

HSL color Cylindrical-coordinate representation of color #A7988A: hue angle of 28.97º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7988A is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 152 138 -
CMYK 0 0.09 0.17 0.35
HSL 28.97º 0.14% 0.6% -
HSV(B) 28.97º 0.17% 0.65% -
XYZ 31.75 32.51 28.65 -
YUV 154.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 167 152 138 0 0.09 0.17 0.35 28.97 0.14 0.6
Hex A7 98 8A 0 9 11 23 1D E 3C
Octal 247 230 212 0 11 21 43 35 16 74
Binary 10100111 10011000 10001010 0 1001 10001 100011 11101 1110 111100

Color Harmonies of #A7988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7988A

Black with #A7988A

Text Example


Text Example

White with #A7988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7988A; }

 p { color: rgb(167,152,138); }

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

background-color css

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

 a { background-color: rgb(167,152,138); }

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

border-color css

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

 span { border-color: rgb(167,152,138); }

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