Html Css Color HEX #ADB37A Locust

📋 copy color: '#ADB37A'

red 173 ◦ green 179 ◦ blue 122

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

Shades of Locust #ADB37A

Tints of Locust #ADB37A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.76%

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

R = 36.5%
G = 37.76%
B = 25.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#ADB37A (or 0xADB37A) is known color: Locust. HEX triplet: AD, B3 and 7A. RGB value is (173,179,122). Sum of RGB (Red+Green+Blue) = 173+179+122=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB37A is #524C85. Grayscale: #AAAAAA. Windows color (decimal): -5393542 or 8041389. OLE color: 8041389.

HSL color Cylindrical-coordinate representation of color #ADB37A: hue angle of 66.32º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB37A is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 122 -
CMYK 0.03 0 0.32 0.30
HSL 66.32º 0.27% 0.59% -
HSV(B) 66.32º 0.32% 0.7% -
XYZ 36.87 42.53 24.68 -
YUV 170.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 173 179 122 0.03 0 0.32 0.30 66.32 0.27 0.59
Hex AD B3 7A 3 0 20 1E 42 1B 3B
Octal 255 263 172 3 0 40 36 102 33 73
Binary 10101101 10110011 1111010 11 0 100000 11110 1000010 11011 111011

Color Harmonies of #ADB37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB37A

Black with #ADB37A

Text Example


Text Example

White with #ADB37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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