Html Css Color HEX #A4998D Zorba

📋 copy color: '#A4998D'

red 164 ◦ green 153 ◦ blue 141

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

Shades of Zorba #A4998D

Tints of Zorba #A4998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.41%

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

R = 35.81%
G = 33.41%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4998D (or 0xA4998D) is known color: Zorba. HEX triplet: A4, 99 and 8D. RGB value is (164,153,141). Sum of RGB (Red+Green+Blue) = 164+153+141=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A4998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4998D is #5B6672. Grayscale: #9A9A9A. Windows color (decimal): -5990003 or 9279908. OLE color: 9279908.

HSL color Cylindrical-coordinate representation of color #A4998D: hue angle of 31.3º 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 #A4998D is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 153 141 -
CMYK 0 0.07 0.14 0.36
HSL 31.3º 0.11% 0.6% -
HSV(B) 31.3º 0.14% 0.64% -
XYZ 31.51 32.6 29.83 -
YUV 154.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 164 153 141 0 0.07 0.14 0.36 31.3 0.11 0.6
Hex A4 99 8D 0 7 E 24 1F B 3C
Octal 244 231 215 0 7 16 44 37 13 74
Binary 10100100 10011001 10001101 0 111 1110 100100 11111 1011 111100

Color Harmonies of #A4998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4998D

Black with #A4998D

Text Example


Text Example

White with #A4998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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