Html Css Color HEX #ADB075 Locust

📋 copy color: '#ADB075'

red 173 ◦ green 176 ◦ blue 117

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

Shades of Locust #ADB075

Tints of Locust #ADB075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 37.12%
G = 37.77%
B = 25.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#ADB075 (or 0xADB075) is known color: Locust. HEX triplet: AD, B0 and 75. RGB value is (173,176,117). Sum of RGB (Red+Green+Blue) = 173+176+117=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB075 is #524F8A. Grayscale: #A8A8A8. Windows color (decimal): -5394315 or 7712941. OLE color: 7712941.

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

Color convert

RGB 173 176 117 -
CMYK 0.02 0 0.34 0.31
HSL 63.05º 0.27% 0.57% -
HSV(B) 63.05º 0.34% 0.69% -
XYZ 35.97 41.22 22.89 -
YUV 168.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 173 176 117 0.02 0 0.34 0.31 63.05 0.27 0.57
Hex AD B0 75 2 0 22 1F 3F 1B 39
Octal 255 260 165 2 0 42 37 77 33 71
Binary 10101101 10110000 1110101 10 0 100010 11111 111111 11011 111001

Color Harmonies of #ADB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB075

Black with #ADB075

Text Example


Text Example

White with #ADB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB075; }

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

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

background-color css

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

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

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

border-color css

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

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

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