Html Css Color HEX #A59B5C Husk

📋 copy color: '#A59B5C'

red 165 ◦ green 155 ◦ blue 92

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

Shades of Husk #A59B5C

Tints of Husk #A59B5C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.62%

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 40.05%
G = 37.62%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A59B5C (or 0xA59B5C) is known color: Husk. HEX triplet: A5, 9B and 5C. RGB value is (165,155,92). Sum of RGB (Red+Green+Blue) = 165+155+92=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B5C is #5A64A3. Grayscale: #979797. Windows color (decimal): -5924004 or 6069157. OLE color: 6069157.

HSL color Cylindrical-coordinate representation of color #A59B5C: hue angle of 51.78º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A59B5C is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 155 92 -
CMYK 0 0.06 0.44 0.35
HSL 51.78º 0.29% 0.5% -
HSV(B) 51.78º 0.44% 0.65% -
XYZ 29.17 32.21 14.81 -
YUV 150.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 165 155 92 0 0.06 0.44 0.35 51.78 0.29 0.5
Hex A5 9B 5C 0 6 2C 23 34 1D 32
Octal 245 233 134 0 6 54 43 64 35 62
Binary 10100101 10011011 1011100 0 110 101100 100011 110100 11101 110010

Color Harmonies of #A59B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B5C

Black with #A59B5C

Text Example


Text Example

White with #A59B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B5C; }

 p { color: rgb(165,155,92); }

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

background-color css

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

 a { background-color: rgb(165,155,92); }

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

border-color css

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

 span { border-color: rgb(165,155,92); }

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