Html Css Color HEX #A5AF7D Locust

📋 copy color: '#A5AF7D'

red 165 ◦ green 175 ◦ blue 125

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

Shades of Locust #A5AF7D

Tints of Locust #A5AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

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

R = 35.48%
G = 37.63%
B = 26.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#A5AF7D (or 0xA5AF7D) is known color: Locust. HEX triplet: A5, AF and 7D. RGB value is (165,175,125). Sum of RGB (Red+Green+Blue) = 165+175+125=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF7D is #5A5082. Grayscale: #A6A6A6. Windows color (decimal): -5918851 or 8236965. OLE color: 8236965.

HSL color Cylindrical-coordinate representation of color #A5AF7D: hue angle of 72º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5AF7D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 175 125 -
CMYK 0.06 0 0.29 0.31
HSL 72º 0.24% 0.59% -
HSV(B) 72º 0.29% 0.69% -
XYZ 34.55 40.14 25.33 -
YUV 166.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 165 175 125 0.06 0 0.29 0.31 72 0.24 0.59
Hex A5 AF 7D 6 0 1D 1F 48 18 3B
Octal 245 257 175 6 0 35 37 110 30 73
Binary 10100101 10101111 1111101 110 0 11101 11111 1001000 11000 111011

Color Harmonies of #A5AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF7D

Black with #A5AF7D

Text Example


Text Example

White with #A5AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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