Html Css Color HEX #ADAF82 Locust

📋 copy color: '#ADAF82'

red 173 ◦ green 175 ◦ blue 130

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

Shades of Locust #ADAF82

Tints of Locust #ADAF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.2%

R = 36.19%
G = 36.61%
B = 27.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#ADAF82 (or 0xADAF82) is known color: Locust. HEX triplet: AD, AF and 82. RGB value is (173,175,130). Sum of RGB (Red+Green+Blue) = 173+175+130=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF82 is #52507D. Grayscale: #A9A9A9. Windows color (decimal): -5394558 or 8564653. OLE color: 8564653.

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

Color convert

RGB 173 175 130 -
CMYK 0.01 0 0.26 0.31
HSL 62.67º 0.22% 0.6% -
HSV(B) 62.67º 0.26% 0.69% -
XYZ 36.59 41.16 27.13 -
YUV 169.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 173 175 130 0.01 0 0.26 0.31 62.67 0.22 0.6
Hex AD AF 82 1 0 1A 1F 3F 16 3C
Octal 255 257 202 1 0 32 37 77 26 74
Binary 10101101 10101111 10000010 1 0 11010 11111 111111 10110 111100

Color Harmonies of #ADAF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF82

Black with #ADAF82

Text Example


Text Example

White with #ADAF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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