Html Css Color HEX #ADB073 Locust

📋 copy color: '#ADB073'

red 173 ◦ green 176 ◦ blue 115

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

Shades of Locust #ADB073

Tints of Locust #ADB073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.78%

R = 37.28%
G = 37.93%
B = 24.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#ADB073 (or 0xADB073) is known color: Locust. HEX triplet: AD, B0 and 73. RGB value is (173,176,115). Sum of RGB (Red+Green+Blue) = 173+176+115=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB073 is #524F8C. Grayscale: #A8A8A8. Windows color (decimal): -5394317 or 7581869. OLE color: 7581869.

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

Color convert

RGB 173 176 115 -
CMYK 0.02 0 0.35 0.31
HSL 62.95º 0.28% 0.57% -
HSV(B) 62.95º 0.35% 0.69% -
XYZ 35.85 41.17 22.28 -
YUV 168.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 173 176 115 0.02 0 0.35 0.31 62.95 0.28 0.57
Hex AD B0 73 2 0 23 1F 3F 1C 39
Octal 255 260 163 2 0 43 37 77 34 71
Binary 10101101 10110000 1110011 10 0 100011 11111 111111 11100 111001

Color Harmonies of #ADB073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB073

Black with #ADB073

Text Example


Text Example

White with #ADB073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB073; }

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

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

background-color css

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

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

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

border-color css

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

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

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