Html Css Color HEX #ADB179 Locust

📋 copy color: '#ADB179'

red 173 ◦ green 177 ◦ blue 121

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

Shades of Locust #ADB179

Tints of Locust #ADB179

RGB

 RED value IS 173 (67.97% from 255) = 36.73%

 GREEN value IS 177 (69.53% from 255) = 37.58%

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

R = 36.73%
G = 37.58%
B = 25.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#ADB179 (or 0xADB179) is known color: Locust. HEX triplet: AD, B1 and 79. RGB value is (173,177,121). Sum of RGB (Red+Green+Blue) = 173+177+121=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB179 is #524E86. Grayscale: #A9A9A9. Windows color (decimal): -5394055 or 7975341. OLE color: 7975341.

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

Color convert

RGB 173 177 121 -
CMYK 0.02 0 0.32 0.31
HSL 64.29º 0.26% 0.58% -
HSV(B) 64.29º 0.32% 0.69% -
XYZ 36.41 41.71 24.22 -
YUV 169.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 173 177 121 0.02 0 0.32 0.31 64.29 0.26 0.58
Hex AD B1 79 2 0 20 1F 40 1A 3A
Octal 255 261 171 2 0 40 37 100 32 72
Binary 10101101 10110001 1111001 10 0 100000 11111 1000000 11010 111010

Color Harmonies of #ADB179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB179

Black with #ADB179

Text Example


Text Example

White with #ADB179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB179; }

 p { color: rgb(173,177,121); }

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

background-color css

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

 a { background-color: rgb(173,177,121); }

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

border-color css

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

 span { border-color: rgb(173,177,121); }

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