Html Css Color HEX #ADB174 Locust

📋 copy color: '#ADB174'

red 173 ◦ green 177 ◦ blue 116

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

Shades of Locust #ADB174

Tints of Locust #ADB174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 37.12%
G = 37.98%
B = 24.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#ADB174 (or 0xADB174) is known color: Locust. HEX triplet: AD, B1 and 74. RGB value is (173,177,116). Sum of RGB (Red+Green+Blue) = 173+177+116=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB174 is #524E8B. Grayscale: #A9A9A9. Windows color (decimal): -5394060 or 7647661. OLE color: 7647661.

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

Color convert

RGB 173 177 116 -
CMYK 0.02 0 0.34 0.31
HSL 63.93º 0.28% 0.57% -
HSV(B) 63.93º 0.34% 0.69% -
XYZ 36.11 41.59 22.65 -
YUV 168.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 173 177 116 0.02 0 0.34 0.31 63.93 0.28 0.57
Hex AD B1 74 2 0 22 1F 40 1C 39
Octal 255 261 164 2 0 42 37 100 34 71
Binary 10101101 10110001 1110100 10 0 100010 11111 1000000 11100 111001

Color Harmonies of #ADB174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB174

Black with #ADB174

Text Example


Text Example

White with #ADB174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB174; }

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

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

background-color css

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

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

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

border-color css

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

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

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