Html Css Color HEX #A09F7C Locust

📋 copy color: '#A09F7C'

red 160 ◦ green 159 ◦ blue 124

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

Shades of Locust #A09F7C

Tints of Locust #A09F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 36.12%
G = 35.89%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A09F7C (or 0xA09F7C) is known color: Locust. HEX triplet: A0, 9F and 7C. RGB value is (160,159,124). Sum of RGB (Red+Green+Blue) = 160+159+124=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09F7C is #5F6083. Grayscale: #9B9B9B. Windows color (decimal): -6250628 or 8167328. OLE color: 8167328.

HSL color Cylindrical-coordinate representation of color #A09F7C: hue angle of 58.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09F7C is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 159 124 -
CMYK 0 0.01 0.22 0.37
HSL 58.33º 0.16% 0.56% -
HSV(B) 58.33º 0.23% 0.63% -
XYZ 30.53 33.73 23.97 -
YUV 155.31 110.33 131.35 -
System Red Green Blue C M Y K H S L
Decimal 160 159 124 0 0.01 0.22 0.37 58.33 0.16 0.56
Hex A0 9F 7C 0 1 16 25 3A 10 38
Octal 240 237 174 0 1 26 45 72 20 70
Binary 10100000 10011111 1111100 0 1 10110 100101 111010 10000 111000

Color Harmonies of #A09F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09F7C

Black with #A09F7C

Text Example


Text Example

White with #A09F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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