Html Css Color HEX #A09751 Husk

📋 copy color: '#A09751'

red 160 ◦ green 151 ◦ blue 81

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

Shades of Husk #A09751

Tints of Husk #A09751

RGB

 RED value IS 160 (62.89% from 255) = 40.82%

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

 BLUE value IS 81 (32.03% from 255) = 20.66%

R = 40.82%
G = 38.52%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A09751 (or 0xA09751) is known color: Husk. HEX triplet: A0, 97 and 51. RGB value is (160,151,81). Sum of RGB (Red+Green+Blue) = 160+151+81=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A09751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09751 is #5F68AE. Grayscale: #919191. Windows color (decimal): -6252719 or 5347232. OLE color: 5347232.

HSL color Cylindrical-coordinate representation of color #A09751: hue angle of 53.16º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A09751 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 81 -
CMYK 0 0.06 0.49 0.37
HSL 53.16º 0.33% 0.47% -
HSV(B) 53.16º 0.49% 0.63% -
XYZ 27.05 30.2 12.19 -
YUV 145.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 160 151 81 0 0.06 0.49 0.37 53.16 0.33 0.47
Hex A0 97 51 0 6 31 25 35 21 2F
Octal 240 227 121 0 6 61 45 65 41 57
Binary 10100000 10010111 1010001 0 110 110001 100101 110101 100001 101111

Color Harmonies of #A09751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09751

Black with #A09751

Text Example


Text Example

White with #A09751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09751; }

 p { color: rgb(160,151,81); }

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

background-color css

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

 a { background-color: rgb(160,151,81); }

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

border-color css

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

 span { border-color: rgb(160,151,81); }

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