Html Css Color HEX #A09F82 Locust

📋 copy color: '#A09F82'

red 160 ◦ green 159 ◦ blue 130

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

Shades of Locust #A09F82

Tints of Locust #A09F82

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 35.63%
G = 35.41%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A09F82 (or 0xA09F82) is known color: Locust. HEX triplet: A0, 9F and 82. RGB value is (160,159,130). Sum of RGB (Red+Green+Blue) = 160+159+130=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09F82 is #5F607D. Grayscale: #9C9C9C. Windows color (decimal): -6250622 or 8560544. OLE color: 8560544.

HSL color Cylindrical-coordinate representation of color #A09F82: hue angle of 58º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A09F82 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 159 130 -
CMYK 0 0.01 0.19 0.37
HSL 58º 0.14% 0.57% -
HSV(B) 58º 0.19% 0.63% -
XYZ 30.92 33.88 26.03 -
YUV 155.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 160 159 130 0 0.01 0.19 0.37 58 0.14 0.57
Hex A0 9F 82 0 1 13 25 3A E 39
Octal 240 237 202 0 1 23 45 72 16 71
Binary 10100000 10011111 10000010 0 1 10011 100101 111010 1110 111001

Color Harmonies of #A09F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09F82

Black with #A09F82

Text Example


Text Example

White with #A09F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09F82; }

 p { color: rgb(160,159,130); }

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

background-color css

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

 a { background-color: rgb(160,159,130); }

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

border-color css

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

 span { border-color: rgb(160,159,130); }

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