Html Css Color HEX #A49485 Zorba

📋 copy color: '#A49485'

red 164 ◦ green 148 ◦ blue 133

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

Shades of Zorba #A49485

Tints of Zorba #A49485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 36.85%
G = 33.26%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A49485 (or 0xA49485) is known color: Zorba. HEX triplet: A4, 94 and 85. RGB value is (164,148,133). Sum of RGB (Red+Green+Blue) = 164+148+133=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A49485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49485 is #5B6B7A. Grayscale: #979797. Windows color (decimal): -5991291 or 8754340. OLE color: 8754340.

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

Color convert

RGB 164 148 133 -
CMYK 0 0.10 0.19 0.36
HSL 29.03º 0.15% 0.58% -
HSV(B) 29.03º 0.19% 0.64% -
XYZ 30.13 30.77 26.54 -
YUV 151.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 164 148 133 0 0.10 0.19 0.36 29.03 0.15 0.58
Hex A4 94 85 0 A 13 24 1D F 3A
Octal 244 224 205 0 12 23 44 35 17 72
Binary 10100100 10010100 10000101 0 1010 10011 100100 11101 1111 111010

Color Harmonies of #A49485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49485

Black with #A49485

Text Example


Text Example

White with #A49485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49485; }

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

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

background-color css

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

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

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

border-color css

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

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

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