Html Css Color HEX #ADB07A Locust

📋 copy color: '#ADB07A'

red 173 ◦ green 176 ◦ blue 122

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

Shades of Locust #ADB07A

Tints of Locust #ADB07A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.37%

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

R = 36.73%
G = 37.37%
B = 25.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#ADB07A (or 0xADB07A) is known color: Locust. HEX triplet: AD, B0 and 7A. RGB value is (173,176,122). Sum of RGB (Red+Green+Blue) = 173+176+122=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB07A is #524F85. Grayscale: #A9A9A9. Windows color (decimal): -5394310 or 8040621. OLE color: 8040621.

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

Color convert

RGB 173 176 122 -
CMYK 0.02 0 0.31 0.31
HSL 63.33º 0.25% 0.58% -
HSV(B) 63.33º 0.31% 0.69% -
XYZ 36.27 41.34 24.48 -
YUV 168.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 173 176 122 0.02 0 0.31 0.31 63.33 0.25 0.58
Hex AD B0 7A 2 0 1F 1F 3F 19 3A
Octal 255 260 172 2 0 37 37 77 31 72
Binary 10101101 10110000 1111010 10 0 11111 11111 111111 11001 111010

Color Harmonies of #ADB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB07A

Black with #ADB07A

Text Example


Text Example

White with #ADB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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