Html Css Color HEX #A5975D Husk

📋 copy color: '#A5975D'

red 165 ◦ green 151 ◦ blue 93

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

Shades of Husk #A5975D

Tints of Husk #A5975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 40.34%
G = 36.92%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5975D (or 0xA5975D) is known color: Husk. HEX triplet: A5, 97 and 5D. RGB value is (165,151,93). Sum of RGB (Red+Green+Blue) = 165+151+93=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5975D is #5A68A2. Grayscale: #949494. Windows color (decimal): -5925027 or 6133669. OLE color: 6133669.

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

Color convert

RGB 165 151 93 -
CMYK 0 0.08 0.44 0.35
HSL 48.33º 0.29% 0.51% -
HSV(B) 48.33º 0.44% 0.65% -
XYZ 28.56 30.92 14.82 -
YUV 148.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 165 151 93 0 0.08 0.44 0.35 48.33 0.29 0.51
Hex A5 97 5D 0 8 2C 23 30 1D 33
Octal 245 227 135 0 10 54 43 60 35 63
Binary 10100101 10010111 1011101 0 1000 101100 100011 110000 11101 110011

Color Harmonies of #A5975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5975D

Black with #A5975D

Text Example


Text Example

White with #A5975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5975D; }

 p { color: rgb(165,151,93); }

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

background-color css

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

 a { background-color: rgb(165,151,93); }

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

border-color css

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

 span { border-color: rgb(165,151,93); }

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