Html Css Color HEX #A0984B Husk

📋 copy color: '#A0984B'

red 160 ◦ green 152 ◦ blue 75

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

Shades of Husk #A0984B

Tints of Husk #A0984B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

 BLUE value IS 75 (29.69% from 255) = 19.38%

R = 41.34%
G = 39.28%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0984B (or 0xA0984B) is known color: Husk. HEX triplet: A0, 98 and 4B. RGB value is (160,152,75). Sum of RGB (Red+Green+Blue) = 160+152+75=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0984B is #5F67B4. Grayscale: #919191. Windows color (decimal): -6252469 or 4954272. OLE color: 4954272.

HSL color Cylindrical-coordinate representation of color #A0984B: hue angle of 54.35º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0984B is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 152 75 -
CMYK 0 0.05 0.53 0.37
HSL 54.35º 0.36% 0.46% -
HSV(B) 54.35º 0.53% 0.63% -
XYZ 27 30.44 11.11 -
YUV 145.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 160 152 75 0 0.05 0.53 0.37 54.35 0.36 0.46
Hex A0 98 4B 0 5 35 25 36 24 2E
Octal 240 230 113 0 5 65 45 66 44 56
Binary 10100000 10011000 1001011 0 101 110101 100101 110110 100100 101110

Color Harmonies of #A0984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0984B

Black with #A0984B

Text Example


Text Example

White with #A0984B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0984B; }

 p { color: rgb(160,152,75); }

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

background-color css

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

 a { background-color: rgb(160,152,75); }

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

border-color css

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

 span { border-color: rgb(160,152,75); }

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