Html Css Color HEX #A5AD7D Locust

📋 copy color: '#A5AD7D'

red 165 ◦ green 173 ◦ blue 125

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

Shades of Locust #A5AD7D

Tints of Locust #A5AD7D

RGB

 RED value IS 165 (64.84% from 255) = 35.64%

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

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

R = 35.64%
G = 37.37%
B = 27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#A5AD7D (or 0xA5AD7D) is known color: Locust. HEX triplet: A5, AD and 7D. RGB value is (165,173,125). Sum of RGB (Red+Green+Blue) = 165+173+125=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD7D is #5A5282. Grayscale: #A5A5A5. Windows color (decimal): -5919363 or 8236453. OLE color: 8236453.

HSL color Cylindrical-coordinate representation of color #A5AD7D: hue angle of 70º 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 #A5AD7D is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 125 -
CMYK 0.05 0 0.28 0.32
HSL 70º 0.23% 0.58% -
HSV(B) 70º 0.28% 0.68% -
XYZ 34.16 39.37 25.2 -
YUV 165.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 165 173 125 0.05 0 0.28 0.32 70 0.23 0.58
Hex A5 AD 7D 5 0 1C 20 46 17 3A
Octal 245 255 175 5 0 34 40 106 27 72
Binary 10100101 10101101 1111101 101 0 11100 100000 1000110 10111 111010

Color Harmonies of #A5AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD7D

Black with #A5AD7D

Text Example


Text Example

White with #A5AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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