Html Css Color HEX #A59282 Zorba

📋 copy color: '#A59282'

red 165 ◦ green 146 ◦ blue 130

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

Shades of Zorba #A59282

Tints of Zorba #A59282

RGB

 RED value IS 165 (64.84% from 255) = 37.41%

 GREEN value IS 146 (57.42% from 255) = 33.11%

 BLUE value IS 130 (51.17% from 255) = 29.48%

R = 37.41%
G = 33.11%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A59282 (or 0xA59282) is known color: Zorba. HEX triplet: A5, 92 and 82. RGB value is (165,146,130). Sum of RGB (Red+Green+Blue) = 165+146+130=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A59282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59282 is #5A6D7D. Grayscale: #959595. Windows color (decimal): -5926270 or 8557221. OLE color: 8557221.

HSL color Cylindrical-coordinate representation of color #A59282: hue angle of 27.43º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A59282 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 146 130 -
CMYK 0 0.12 0.21 0.35
HSL 27.43º 0.16% 0.58% -
HSV(B) 27.43º 0.21% 0.65% -
XYZ 29.83 30.17 25.37 -
YUV 149.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 165 146 130 0 0.12 0.21 0.35 27.43 0.16 0.58
Hex A5 92 82 0 C 15 23 1B 10 3A
Octal 245 222 202 0 14 25 43 33 20 72
Binary 10100101 10010010 10000010 0 1100 10101 100011 11011 10000 111010

Color Harmonies of #A59282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59282

Black with #A59282

Text Example


Text Example

White with #A59282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59282; }

 p { color: rgb(165,146,130); }

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

background-color css

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

 a { background-color: rgb(165,146,130); }

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

border-color css

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

 span { border-color: rgb(165,146,130); }

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