Html Css Color HEX #A5A56F Locust

📋 copy color: '#A5A56F'

red 165 ◦ green 165 ◦ blue 111

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

Shades of Locust #A5A56F

Tints of Locust #A5A56F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.41%

 BLUE value IS 111 (43.75% from 255) = 25.17%

R = 37.41%
G = 37.41%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5A56F (or 0xA5A56F) is known color: Locust. HEX triplet: A5, A5 and 6F. RGB value is (165,165,111). Sum of RGB (Red+Green+Blue) = 165+165+111=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A56F is #5A5A90. Grayscale: #9F9F9F. Windows color (decimal): -5921425 or 7316901. OLE color: 7316901.

HSL color Cylindrical-coordinate representation of color #A5A56F: hue angle of 60º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5A56F is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 165 111 -
CMYK 0 0 0.33 0.35
HSL 60º 0.23% 0.54% -
HSV(B) 60º 0.33% 0.65% -
XYZ 31.84 36.06 20.32 -
YUV 158.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 165 165 111 0 0 0.33 0.35 60 0.23 0.54
Hex A5 A5 6F 0 0 21 23 3C 17 36
Octal 245 245 157 0 0 41 43 74 27 66
Binary 10100101 10100101 1101111 0 0 100001 100011 111100 10111 110110

Color Harmonies of #A5A56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A56F

Black with #A5A56F

Text Example


Text Example

White with #A5A56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A56F; }

 p { color: rgb(165,165,111); }

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

background-color css

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

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

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

border-color css

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

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

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