Html Css Color HEX #A8AD7D Locust

📋 copy color: '#A8AD7D'

red 168 ◦ green 173 ◦ blue 125

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

Shades of Locust #A8AD7D

Tints of Locust #A8AD7D

RGB

 RED value IS 168 (66.02% from 255) = 36.05%

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

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 36.05%
G = 37.12%
B = 26.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#A8AD7D (or 0xA8AD7D) is known color: Locust. HEX triplet: A8, AD and 7D. RGB value is (168,173,125). Sum of RGB (Red+Green+Blue) = 168+173+125=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD7D is #575282. Grayscale: #A6A6A6. Windows color (decimal): -5722755 or 8236456. OLE color: 8236456.

HSL color Cylindrical-coordinate representation of color #A8AD7D: hue angle of 66.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8AD7D is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 173 125 -
CMYK 0.03 0 0.28 0.32
HSL 66.25º 0.23% 0.58% -
HSV(B) 66.25º 0.28% 0.68% -
XYZ 34.79 39.69 25.23 -
YUV 166.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 168 173 125 0.03 0 0.28 0.32 66.25 0.23 0.58
Hex A8 AD 7D 3 0 1C 20 42 17 3A
Octal 250 255 175 3 0 34 40 102 27 72
Binary 10101000 10101101 1111101 11 0 11100 100000 1000010 10111 111010

Color Harmonies of #A8AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD7D

Black with #A8AD7D

Text Example


Text Example

White with #A8AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD7D; }

 p { color: rgb(168,173,125); }

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

background-color css

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

 a { background-color: rgb(168,173,125); }

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

border-color css

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

 span { border-color: rgb(168,173,125); }

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