Html Css Color HEX #A48F84 Zorba

📋 copy color: '#A48F84'

red 164 ◦ green 143 ◦ blue 132

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

Shades of Zorba #A48F84

Tints of Zorba #A48F84

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.57%

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

R = 37.36%
G = 32.57%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A48F84 (or 0xA48F84) is known color: Zorba. HEX triplet: A4, 8F and 84. RGB value is (164,143,132). Sum of RGB (Red+Green+Blue) = 164+143+132=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F84 is #5B707B. Grayscale: #949494. Windows color (decimal): -5992572 or 8687524. OLE color: 8687524.

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

Color convert

RGB 164 143 132 -
CMYK 0 0.13 0.20 0.36
HSL 20.63º 0.15% 0.58% -
HSV(B) 20.63º 0.2% 0.64% -
XYZ 29.3 29.2 25.92 -
YUV 148.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 164 143 132 0 0.13 0.20 0.36 20.63 0.15 0.58
Hex A4 8F 84 0 D 14 24 15 F 3A
Octal 244 217 204 0 15 24 44 25 17 72
Binary 10100100 10001111 10000100 0 1101 10100 100100 10101 1111 111010

Color Harmonies of #A48F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F84

Black with #A48F84

Text Example


Text Example

White with #A48F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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