Html Css Color HEX #A4958D Zorba

📋 copy color: '#A4958D'

red 164 ◦ green 149 ◦ blue 141

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

Shades of Zorba #A4958D

Tints of Zorba #A4958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.82%

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

R = 36.12%
G = 32.82%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4958D (or 0xA4958D) is known color: Zorba. HEX triplet: A4, 95 and 8D. RGB value is (164,149,141). Sum of RGB (Red+Green+Blue) = 164+149+141=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A4958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4958D is #5B6A72. Grayscale: #989898. Windows color (decimal): -5991027 or 9278884. OLE color: 9278884.

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

Color convert

RGB 164 149 141 -
CMYK 0 0.09 0.14 0.36
HSL 20.87º 0.11% 0.6% -
HSV(B) 20.87º 0.14% 0.64% -
XYZ 30.87 31.31 29.62 -
YUV 152.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 164 149 141 0 0.09 0.14 0.36 20.87 0.11 0.6
Hex A4 95 8D 0 9 E 24 15 B 3C
Octal 244 225 215 0 11 16 44 25 13 74
Binary 10100100 10010101 10001101 0 1001 1110 100100 10101 1011 111100

Color Harmonies of #A4958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4958D

Black with #A4958D

Text Example


Text Example

White with #A4958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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