Html Css Color HEX #A5AE7D Locust

📋 copy color: '#A5AE7D'

red 165 ◦ green 174 ◦ blue 125

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

Shades of Locust #A5AE7D

Tints of Locust #A5AE7D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.5%

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

R = 35.56%
G = 37.5%
B = 26.94%

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

#A5AE7D (or 0xA5AE7D) is known color: Locust. HEX triplet: A5, AE and 7D. RGB value is (165,174,125). Sum of RGB (Red+Green+Blue) = 165+174+125=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE7D is #5A5182. Grayscale: #A5A5A5. Windows color (decimal): -5919107 or 8236709. OLE color: 8236709.

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

Color convert

RGB 165 174 125 -
CMYK 0.05 0 0.28 0.32
HSL 71.02º 0.23% 0.59% -
HSV(B) 71.02º 0.28% 0.68% -
XYZ 34.35 39.75 25.26 -
YUV 165.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 165 174 125 0.05 0 0.28 0.32 71.02 0.23 0.59
Hex A5 AE 7D 5 0 1C 20 47 17 3B
Octal 245 256 175 5 0 34 40 107 27 73
Binary 10100101 10101110 1111101 101 0 11100 100000 1000111 10111 111011

Color Harmonies of #A5AE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AE7D

Black with #A5AE7D

Text Example


Text Example

White with #A5AE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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