Html Css Color HEX #ADAF7A Locust

📋 copy color: '#ADAF7A'

red 173 ◦ green 175 ◦ blue 122

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

Shades of Locust #ADAF7A

Tints of Locust #ADAF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.96%

R = 36.81%
G = 37.23%
B = 25.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#ADAF7A (or 0xADAF7A) is known color: Locust. HEX triplet: AD, AF and 7A. RGB value is (173,175,122). Sum of RGB (Red+Green+Blue) = 173+175+122=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF7A is #525085. Grayscale: #A8A8A8. Windows color (decimal): -5394566 or 8040365. OLE color: 8040365.

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

Color convert

RGB 173 175 122 -
CMYK 0.01 0 0.30 0.31
HSL 62.26º 0.25% 0.58% -
HSV(B) 62.26º 0.3% 0.69% -
XYZ 36.08 40.95 24.41 -
YUV 168.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 173 175 122 0.01 0 0.30 0.31 62.26 0.25 0.58
Hex AD AF 7A 1 0 1E 1F 3E 19 3A
Octal 255 257 172 1 0 36 37 76 31 72
Binary 10101101 10101111 1111010 1 0 11110 11111 111110 11001 111010

Color Harmonies of #ADAF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF7A

Black with #ADAF7A

Text Example


Text Example

White with #ADAF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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