Html Css Color HEX #A8AD70 Locust

📋 copy color: '#A8AD70'

red 168 ◦ green 173 ◦ blue 112

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

Shades of Locust #A8AD70

Tints of Locust #A8AD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 37.09%
G = 38.19%
B = 24.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#A8AD70 (or 0xA8AD70) is known color: Locust. HEX triplet: A8, AD and 70. RGB value is (168,173,112). Sum of RGB (Red+Green+Blue) = 168+173+112=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD70 is #57528F. Grayscale: #A4A4A4. Windows color (decimal): -5722768 or 7384488. OLE color: 7384488.

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

Color convert

RGB 168 173 112 -
CMYK 0.03 0 0.35 0.32
HSL 64.92º 0.27% 0.56% -
HSV(B) 64.92º 0.35% 0.68% -
XYZ 34.02 39.38 21.14 -
YUV 164.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 168 173 112 0.03 0 0.35 0.32 64.92 0.27 0.56
Hex A8 AD 70 3 0 23 20 41 1B 38
Octal 250 255 160 3 0 43 40 101 33 70
Binary 10101000 10101101 1110000 11 0 100011 100000 1000001 11011 111000

Color Harmonies of #A8AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD70

Black with #A8AD70

Text Example


Text Example

White with #A8AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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