Html Css Color HEX #ADAF7C Locust

📋 copy color: '#ADAF7C'

red 173 ◦ green 175 ◦ blue 124

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

Shades of Locust #ADAF7C

Tints of Locust #ADAF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 36.65%
G = 37.08%
B = 26.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#ADAF7C (or 0xADAF7C) is known color: Locust. HEX triplet: AD, AF and 7C. RGB value is (173,175,124). Sum of RGB (Red+Green+Blue) = 173+175+124=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF7C is #525083. Grayscale: #A8A8A8. Windows color (decimal): -5394564 or 8171437. OLE color: 8171437.

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

Color convert

RGB 173 175 124 -
CMYK 0.01 0 0.29 0.31
HSL 62.35º 0.24% 0.59% -
HSV(B) 62.35º 0.29% 0.69% -
XYZ 36.2 41 25.07 -
YUV 168.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 173 175 124 0.01 0 0.29 0.31 62.35 0.24 0.59
Hex AD AF 7C 1 0 1D 1F 3E 18 3B
Octal 255 257 174 1 0 35 37 76 30 73
Binary 10101101 10101111 1111100 1 0 11101 11111 111110 11000 111011

Color Harmonies of #ADAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF7C

Black with #ADAF7C

Text Example


Text Example

White with #ADAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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