Html Css Color HEX #ADB180 Locust

📋 copy color: '#ADB180'

red 173 ◦ green 177 ◦ blue 128

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

Shades of Locust #ADB180

Tints of Locust #ADB180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 36.19%
G = 37.03%
B = 26.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#ADB180 (or 0xADB180) is known color: Locust. HEX triplet: AD, B1 and 80. RGB value is (173,177,128). Sum of RGB (Red+Green+Blue) = 173+177+128=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB180 is #524E7F. Grayscale: #AAAAAA. Windows color (decimal): -5394048 or 8434093. OLE color: 8434093.

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

Color convert

RGB 173 177 128 -
CMYK 0.02 0 0.28 0.31
HSL 64.9º 0.24% 0.6% -
HSV(B) 64.9º 0.28% 0.69% -
XYZ 36.85 41.89 26.56 -
YUV 170.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 173 177 128 0.02 0 0.28 0.31 64.9 0.24 0.6
Hex AD B1 80 2 0 1C 1F 41 18 3C
Octal 255 261 200 2 0 34 37 101 30 74
Binary 10101101 10110001 10000000 10 0 11100 11111 1000001 11000 111100

Color Harmonies of #ADB180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB180

Black with #ADB180

Text Example


Text Example

White with #ADB180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB180; }

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

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

background-color css

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

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

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

border-color css

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

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

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