Html Css Color HEX #A59483 Zorba

📋 copy color: '#A59483'

red 165 ◦ green 148 ◦ blue 131

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

Shades of Zorba #A59483

Tints of Zorba #A59483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.5%

R = 37.16%
G = 33.33%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A59483 (or 0xA59483) is known color: Zorba. HEX triplet: A5, 94 and 83. RGB value is (165,148,131). Sum of RGB (Red+Green+Blue) = 165+148+131=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A59483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59483 is #5A6B7C. Grayscale: #979797. Windows color (decimal): -5925757 or 8623269. OLE color: 8623269.

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

Color convert

RGB 165 148 131 -
CMYK 0 0.10 0.21 0.35
HSL 30º 0.16% 0.58% -
HSV(B) 30º 0.21% 0.65% -
XYZ 30.2 30.82 25.83 -
YUV 151.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 165 148 131 0 0.10 0.21 0.35 30 0.16 0.58
Hex A5 94 83 0 A 15 23 1E 10 3A
Octal 245 224 203 0 12 25 43 36 20 72
Binary 10100101 10010100 10000011 0 1010 10101 100011 11110 10000 111010

Color Harmonies of #A59483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59483

Black with #A59483

Text Example


Text Example

White with #A59483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59483; }

 p { color: rgb(165,148,131); }

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

background-color css

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

 a { background-color: rgb(165,148,131); }

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

border-color css

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

 span { border-color: rgb(165,148,131); }

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