Html Css Color HEX #A9B07C Locust

📋 copy color: '#A9B07C'

red 169 ◦ green 176 ◦ blue 124

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

Shades of Locust #A9B07C

Tints of Locust #A9B07C

RGB

 RED value IS 169 (66.41% from 255) = 36.03%

 GREEN value IS 176 (69.14% from 255) = 37.53%

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

R = 36.03%
G = 37.53%
B = 26.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#A9B07C (or 0xA9B07C) is known color: Locust. HEX triplet: A9, B0 and 7C. RGB value is (169,176,124). Sum of RGB (Red+Green+Blue) = 169+176+124=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B07C is #564F83. Grayscale: #A8A8A8. Windows color (decimal): -5656452 or 8171689. OLE color: 8171689.

HSL color Cylindrical-coordinate representation of color #A9B07C: hue angle of 68.08º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9B07C is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 176 124 -
CMYK 0.04 0 0.30 0.31
HSL 68.08º 0.25% 0.59% -
HSV(B) 68.08º 0.3% 0.69% -
XYZ 35.53 40.94 25.1 -
YUV 167.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 169 176 124 0.04 0 0.30 0.31 68.08 0.25 0.59
Hex A9 B0 7C 4 0 1E 1F 44 19 3B
Octal 251 260 174 4 0 36 37 104 31 73
Binary 10101001 10110000 1111100 100 0 11110 11111 1000100 11001 111011

Color Harmonies of #A9B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B07C

Black with #A9B07C

Text Example


Text Example

White with #A9B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B07C; }

 p { color: rgb(169,176,124); }

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

background-color css

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

 a { background-color: rgb(169,176,124); }

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

border-color css

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

 span { border-color: rgb(169,176,124); }

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