Html Css Color HEX #ADB175 Locust

📋 copy color: '#ADB175'

red 173 ◦ green 177 ◦ blue 117

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

Shades of Locust #ADB175

Tints of Locust #ADB175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.9%

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

R = 37.04%
G = 37.9%
B = 25.05%

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

#ADB175 (or 0xADB175) is known color: Locust. HEX triplet: AD, B1 and 75. RGB value is (173,177,117). Sum of RGB (Red+Green+Blue) = 173+177+117=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB175 is #524E8A. Grayscale: #A9A9A9. Windows color (decimal): -5394059 or 7713197. OLE color: 7713197.

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

Color convert

RGB 173 177 117 -
CMYK 0.02 0 0.34 0.31
HSL 64º 0.28% 0.58% -
HSV(B) 64º 0.34% 0.69% -
XYZ 36.17 41.61 22.96 -
YUV 168.96 98.67 130.88 -
System Red Green Blue C M Y K H S L
Decimal 173 177 117 0.02 0 0.34 0.31 64 0.28 0.58
Hex AD B1 75 2 0 22 1F 40 1C 3A
Octal 255 261 165 2 0 42 37 100 34 72
Binary 10101101 10110001 1110101 10 0 100010 11111 1000000 11100 111010

Color Harmonies of #ADB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB175

Black with #ADB175

Text Example


Text Example

White with #ADB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB175; }

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

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

background-color css

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

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

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

border-color css

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

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

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