Html Css Color HEX #A4948D Zorba

📋 copy color: '#A4948D'

red 164 ◦ green 148 ◦ blue 141

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

Shades of Zorba #A4948D

Tints of Zorba #A4948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.67%

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

R = 36.2%
G = 32.67%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4948D (or 0xA4948D) is known color: Zorba. HEX triplet: A4, 94 and 8D. RGB value is (164,148,141). Sum of RGB (Red+Green+Blue) = 164+148+141=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A4948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4948D is #5B6B72. Grayscale: #989898. Windows color (decimal): -5991283 or 9278628. OLE color: 9278628.

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

Color convert

RGB 164 148 141 -
CMYK 0 0.10 0.14 0.36
HSL 18.26º 0.11% 0.6% -
HSV(B) 18.26º 0.14% 0.64% -
XYZ 30.71 31 29.56 -
YUV 151.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 164 148 141 0 0.10 0.14 0.36 18.26 0.11 0.6
Hex A4 94 8D 0 A E 24 12 B 3C
Octal 244 224 215 0 12 16 44 22 13 74
Binary 10100100 10010100 10001101 0 1010 1110 100100 10010 1011 111100

Color Harmonies of #A4948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4948D

Black with #A4948D

Text Example


Text Example

White with #A4948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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