Html Css Color HEX #ADAF84 Locust

📋 copy color: '#ADAF84'

red 173 ◦ green 175 ◦ blue 132

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

Shades of Locust #ADAF84

Tints of Locust #ADAF84

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.46%

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 36.04%
G = 36.46%
B = 27.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#ADAF84 (or 0xADAF84) is known color: Locust. HEX triplet: AD, AF and 84. RGB value is (173,175,132). Sum of RGB (Red+Green+Blue) = 173+175+132=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF84 is #52507B. Grayscale: #A9A9A9. Windows color (decimal): -5394556 or 8695725. OLE color: 8695725.

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

Color convert

RGB 173 175 132 -
CMYK 0.01 0 0.25 0.31
HSL 62.79º 0.21% 0.6% -
HSV(B) 62.79º 0.25% 0.69% -
XYZ 36.73 41.21 27.85 -
YUV 169.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 173 175 132 0.01 0 0.25 0.31 62.79 0.21 0.6
Hex AD AF 84 1 0 19 1F 3F 15 3C
Octal 255 257 204 1 0 31 37 77 25 74
Binary 10101101 10101111 10000100 1 0 11001 11111 111111 10101 111100

Color Harmonies of #ADAF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF84

Black with #ADAF84

Text Example


Text Example

White with #ADAF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF84; }

 p { color: rgb(173,175,132); }

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

background-color css

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

 a { background-color: rgb(173,175,132); }

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

border-color css

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

 span { border-color: rgb(173,175,132); }

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