Html Css Color HEX #ADB072 Locust

📋 copy color: '#ADB072'

red 173 ◦ green 176 ◦ blue 114

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

Shades of Locust #ADB072

Tints of Locust #ADB072

RGB

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

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

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

R = 37.37%
G = 38.01%
B = 24.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#ADB072 (or 0xADB072) is known color: Locust. HEX triplet: AD, B0 and 72. RGB value is (173,176,114). Sum of RGB (Red+Green+Blue) = 173+176+114=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB072 is #524F8D. Grayscale: #A8A8A8. Windows color (decimal): -5394318 or 7516333. OLE color: 7516333.

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

Color convert

RGB 173 176 114 -
CMYK 0.02 0 0.35 0.31
HSL 62.9º 0.28% 0.57% -
HSV(B) 62.9º 0.35% 0.69% -
XYZ 35.8 41.15 21.98 -
YUV 168.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 173 176 114 0.02 0 0.35 0.31 62.9 0.28 0.57
Hex AD B0 72 2 0 23 1F 3F 1C 39
Octal 255 260 162 2 0 43 37 77 34 71
Binary 10101101 10110000 1110010 10 0 100011 11111 111111 11100 111001

Color Harmonies of #ADB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB072

Black with #ADB072

Text Example


Text Example

White with #ADB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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