Html Css Color HEX #A4938B Zorba

📋 copy color: '#A4938B'

red 164 ◦ green 147 ◦ blue 139

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

Shades of Zorba #A4938B

Tints of Zorba #A4938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.67%

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 36.44%
G = 32.67%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4938B (or 0xA4938B) is known color: Zorba. HEX triplet: A4, 93 and 8B. RGB value is (164,147,139). Sum of RGB (Red+Green+Blue) = 164+147+139=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A4938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4938B is #5B6C74. Grayscale: #979797. Windows color (decimal): -5991541 or 9147300. OLE color: 9147300.

HSL color Cylindrical-coordinate representation of color #A4938B: hue angle of 19.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4938B is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 147 139 -
CMYK 0 0.10 0.15 0.36
HSL 19.2º 0.12% 0.59% -
HSV(B) 19.2º 0.15% 0.64% -
XYZ 30.4 30.62 28.73 -
YUV 151.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 164 147 139 0 0.10 0.15 0.36 19.2 0.12 0.59
Hex A4 93 8B 0 A F 24 13 C 3B
Octal 244 223 213 0 12 17 44 23 14 73
Binary 10100100 10010011 10001011 0 1010 1111 100100 10011 1100 111011

Color Harmonies of #A4938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4938B

Black with #A4938B

Text Example


Text Example

White with #A4938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4938B; }

 p { color: rgb(164,147,139); }

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

background-color css

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

 a { background-color: rgb(164,147,139); }

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

border-color css

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

 span { border-color: rgb(164,147,139); }

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