Html Css Color HEX #A48D84 Zorba

📋 copy color: '#A48D84'

red 164 ◦ green 141 ◦ blue 132

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

Shades of Zorba #A48D84

Tints of Zorba #A48D84

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.27%

 BLUE value IS 132 (51.95% from 255) = 30.21%

R = 37.53%
G = 32.27%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A48D84 (or 0xA48D84) is known color: Zorba. HEX triplet: A4, 8D and 84. RGB value is (164,141,132). Sum of RGB (Red+Green+Blue) = 164+141+132=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D84 is #5B727B. Grayscale: #929292. Windows color (decimal): -5993084 or 8687012. OLE color: 8687012.

HSL color Cylindrical-coordinate representation of color #A48D84: hue angle of 16.88º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48D84 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 132 -
CMYK 0 0.14 0.20 0.36
HSL 16.88º 0.15% 0.58% -
HSV(B) 16.88º 0.2% 0.64% -
XYZ 29 28.61 25.82 -
YUV 146.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 164 141 132 0 0.14 0.20 0.36 16.88 0.15 0.58
Hex A4 8D 84 0 E 14 24 11 F 3A
Octal 244 215 204 0 16 24 44 21 17 72
Binary 10100100 10001101 10000100 0 1110 10100 100100 10001 1111 111010

Color Harmonies of #A48D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D84

Black with #A48D84

Text Example


Text Example

White with #A48D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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