Html Css Color HEX #A4948A Zorba

📋 copy color: '#A4948A'

red 164 ◦ green 148 ◦ blue 138

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

Shades of Zorba #A4948A

Tints of Zorba #A4948A

RGB

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

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

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

R = 36.44%
G = 32.89%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4948A (or 0xA4948A) is known color: Zorba. HEX triplet: A4, 94 and 8A. RGB value is (164,148,138). Sum of RGB (Red+Green+Blue) = 164+148+138=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A4948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4948A is #5B6B75. Grayscale: #979797. Windows color (decimal): -5991286 or 9082020. OLE color: 9082020.

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

Color convert

RGB 164 148 138 -
CMYK 0 0.10 0.16 0.36
HSL 23.08º 0.13% 0.59% -
HSV(B) 23.08º 0.16% 0.64% -
XYZ 30.49 30.91 28.4 -
YUV 151.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 164 148 138 0 0.10 0.16 0.36 23.08 0.13 0.59
Hex A4 94 8A 0 A 10 24 17 C 3B
Octal 244 224 212 0 12 20 44 27 14 73
Binary 10100100 10010100 10001010 0 1010 10000 100100 10111 1100 111011

Color Harmonies of #A4948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4948A

Black with #A4948A

Text Example


Text Example

White with #A4948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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