Html Css Color HEX #A8B079 Locust

📋 copy color: '#A8B079'

red 168 ◦ green 176 ◦ blue 121

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

Shades of Locust #A8B079

Tints of Locust #A8B079

RGB

 RED value IS 168 (66.02% from 255) = 36.13%

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

 BLUE value IS 121 (47.66% from 255) = 26.02%

R = 36.13%
G = 37.85%
B = 26.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#A8B079 (or 0xA8B079) is known color: Locust. HEX triplet: A8, B0 and 79. RGB value is (168,176,121). Sum of RGB (Red+Green+Blue) = 168+176+121=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B079 is #574F86. Grayscale: #A7A7A7. Windows color (decimal): -5721991 or 7975080. OLE color: 7975080.

HSL color Cylindrical-coordinate representation of color #A8B079: hue angle of 68.73º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8B079 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 121 -
CMYK 0.05 0 0.31 0.31
HSL 68.73º 0.26% 0.58% -
HSV(B) 68.73º 0.31% 0.69% -
XYZ 35.12 40.76 24.1 -
YUV 167.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 168 176 121 0.05 0 0.31 0.31 68.73 0.26 0.58
Hex A8 B0 79 5 0 1F 1F 45 1A 3A
Octal 250 260 171 5 0 37 37 105 32 72
Binary 10101000 10110000 1111001 101 0 11111 11111 1000101 11010 111010

Color Harmonies of #A8B079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B079

Black with #A8B079

Text Example


Text Example

White with #A8B079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B079; }

 p { color: rgb(168,176,121); }

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

background-color css

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

 a { background-color: rgb(168,176,121); }

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

border-color css

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

 span { border-color: rgb(168,176,121); }

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