Html Css Color HEX #A4958A Zorba

📋 copy color: '#A4958A'

red 164 ◦ green 149 ◦ blue 138

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

Shades of Zorba #A4958A

Tints of Zorba #A4958A

RGB

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

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

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

R = 36.36%
G = 33.04%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4958A (or 0xA4958A) is known color: Zorba. HEX triplet: A4, 95 and 8A. RGB value is (164,149,138). Sum of RGB (Red+Green+Blue) = 164+149+138=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A4958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4958A is #5B6A75. Grayscale: #989898. Windows color (decimal): -5991030 or 9082276. OLE color: 9082276.

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

Color convert

RGB 164 149 138 -
CMYK 0 0.09 0.16 0.36
HSL 25.38º 0.13% 0.59% -
HSV(B) 25.38º 0.16% 0.64% -
XYZ 30.64 31.22 28.46 -
YUV 152.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 164 149 138 0 0.09 0.16 0.36 25.38 0.13 0.59
Hex A4 95 8A 0 9 10 24 19 C 3B
Octal 244 225 212 0 11 20 44 31 14 73
Binary 10100100 10010101 10001010 0 1001 10000 100100 11001 1100 111011

Color Harmonies of #A4958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4958A

Black with #A4958A

Text Example


Text Example

White with #A4958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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