Html Css Color HEX #A1A475 Locust

📋 copy color: '#A1A475'

red 161 ◦ green 164 ◦ blue 117

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

Shades of Locust #A1A475

Tints of Locust #A1A475

RGB

 RED value IS 161 (63.28% from 255) = 36.43%

 GREEN value IS 164 (64.45% from 255) = 37.1%

 BLUE value IS 117 (46.09% from 255) = 26.47%

R = 36.43%
G = 37.1%
B = 26.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A1A475 (or 0xA1A475) is known color: Locust. HEX triplet: A1, A4 and 75. RGB value is (161,164,117). Sum of RGB (Red+Green+Blue) = 161+164+117=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A475 is #5E5B8A. Grayscale: #9D9D9D. Windows color (decimal): -6183819 or 7709857. OLE color: 7709857.

HSL color Cylindrical-coordinate representation of color #A1A475: hue angle of 63.83º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1A475 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 164 117 -
CMYK 0.02 0 0.29 0.36
HSL 63.83º 0.21% 0.55% -
HSV(B) 63.83º 0.29% 0.64% -
XYZ 31.18 35.41 22.02 -
YUV 157.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 161 164 117 0.02 0 0.29 0.36 63.83 0.21 0.55
Hex A1 A4 75 2 0 1D 24 40 15 37
Octal 241 244 165 2 0 35 44 100 25 67
Binary 10100001 10100100 1110101 10 0 11101 100100 1000000 10101 110111

Color Harmonies of #A1A475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A475

Black with #A1A475

Text Example


Text Example

White with #A1A475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A475; }

 p { color: rgb(161,164,117); }

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

background-color css

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

 a { background-color: rgb(161,164,117); }

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

border-color css

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

 span { border-color: rgb(161,164,117); }

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