Html Css Color HEX #A1A47B Locust

📋 copy color: '#A1A47B'

red 161 ◦ green 164 ◦ blue 123

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

Shades of Locust #A1A47B

Tints of Locust #A1A47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 35.94%
G = 36.61%
B = 27.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A1A47B (or 0xA1A47B) is known color: Locust. HEX triplet: A1, A4 and 7B. RGB value is (161,164,123). Sum of RGB (Red+Green+Blue) = 161+164+123=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A47B is #5E5B84. Grayscale: #9E9E9E. Windows color (decimal): -6183813 or 8103073. OLE color: 8103073.

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

Color convert

RGB 161 164 123 -
CMYK 0.02 0 0.25 0.36
HSL 64.39º 0.18% 0.56% -
HSV(B) 64.39º 0.25% 0.64% -
XYZ 31.55 35.56 23.94 -
YUV 158.43 108.01 129.83 -
System Red Green Blue C M Y K H S L
Decimal 161 164 123 0.02 0 0.25 0.36 64.39 0.18 0.56
Hex A1 A4 7B 2 0 19 24 40 12 38
Octal 241 244 173 2 0 31 44 100 22 70
Binary 10100001 10100100 1111011 10 0 11001 100100 1000000 10010 111000

Color Harmonies of #A1A47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A47B

Black with #A1A47B

Text Example


Text Example

White with #A1A47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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