Html Css Color HEX #A4948C Zorba

📋 copy color: '#A4948C'

red 164 ◦ green 148 ◦ blue 140

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

Shades of Zorba #A4948C

Tints of Zorba #A4948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 36.28%
G = 32.74%
B = 30.97%

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

#A4948C (or 0xA4948C) is known color: Zorba. HEX triplet: A4, 94 and 8C. RGB value is (164,148,140). Sum of RGB (Red+Green+Blue) = 164+148+140=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A4948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4948C is #5B6B73. Grayscale: #979797. Windows color (decimal): -5991284 or 9213092. OLE color: 9213092.

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

Color convert

RGB 164 148 140 -
CMYK 0 0.10 0.15 0.36
HSL 20º 0.12% 0.6% -
HSV(B) 20º 0.15% 0.64% -
XYZ 30.63 30.97 29.17 -
YUV 151.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 164 148 140 0 0.10 0.15 0.36 20 0.12 0.6
Hex A4 94 8C 0 A F 24 14 C 3C
Octal 244 224 214 0 12 17 44 24 14 74
Binary 10100100 10010100 10001100 0 1010 1111 100100 10100 1100 111100

Color Harmonies of #A4948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4948C

Black with #A4948C

Text Example


Text Example

White with #A4948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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