Html Css Color HEX #ADB172 Locust

📋 copy color: '#ADB172'

red 173 ◦ green 177 ◦ blue 114

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

Shades of Locust #ADB172

Tints of Locust #ADB172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 37.28%
G = 38.15%
B = 24.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#ADB172 (or 0xADB172) is known color: Locust. HEX triplet: AD, B1 and 72. RGB value is (173,177,114). Sum of RGB (Red+Green+Blue) = 173+177+114=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB172 is #524E8D. Grayscale: #A8A8A8. Windows color (decimal): -5394062 or 7516589. OLE color: 7516589.

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

Color convert

RGB 173 177 114 -
CMYK 0.02 0 0.36 0.31
HSL 63.81º 0.29% 0.57% -
HSV(B) 63.81º 0.36% 0.69% -
XYZ 35.99 41.54 22.04 -
YUV 168.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 173 177 114 0.02 0 0.36 0.31 63.81 0.29 0.57
Hex AD B1 72 2 0 24 1F 40 1D 39
Octal 255 261 162 2 0 44 37 100 35 71
Binary 10101101 10110001 1110010 10 0 100100 11111 1000000 11101 111001

Color Harmonies of #ADB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB172

Black with #ADB172

Text Example


Text Example

White with #ADB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB172; }

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

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

background-color css

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

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

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

border-color css

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

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

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