Html Css Color HEX #ADB474 Locust

📋 copy color: '#ADB474'

red 173 ◦ green 180 ◦ blue 116

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

Shades of Locust #ADB474

Tints of Locust #ADB474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.38%

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

R = 36.89%
G = 38.38%
B = 24.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#ADB474 (or 0xADB474) is known color: Locust. HEX triplet: AD, B4 and 74. RGB value is (173,180,116). Sum of RGB (Red+Green+Blue) = 173+180+116=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB474 is #524B8B. Grayscale: #AAAAAA. Windows color (decimal): -5393292 or 7648429. OLE color: 7648429.

HSL color Cylindrical-coordinate representation of color #ADB474: hue angle of 66.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADB474 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 116 -
CMYK 0.04 0 0.36 0.29
HSL 66.56º 0.3% 0.58% -
HSV(B) 66.56º 0.36% 0.71% -
XYZ 36.71 42.79 22.85 -
YUV 170.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 173 180 116 0.04 0 0.36 0.29 66.56 0.3 0.58
Hex AD B4 74 4 0 24 1D 43 1E 3A
Octal 255 264 164 4 0 44 35 103 36 72
Binary 10101101 10110100 1110100 100 0 100100 11101 1000011 11110 111010

Color Harmonies of #ADB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB474

Black with #ADB474

Text Example


Text Example

White with #ADB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB474; }

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

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

background-color css

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

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

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

border-color css

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

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

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