Html Css Color HEX #A3A97B Locust

📋 copy color: '#A3A97B'

red 163 ◦ green 169 ◦ blue 123

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

Shades of Locust #A3A97B

Tints of Locust #A3A97B

RGB

 RED value IS 163 (64.06% from 255) = 35.82%

 GREEN value IS 169 (66.41% from 255) = 37.14%

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

R = 35.82%
G = 37.14%
B = 27.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A3A97B (or 0xA3A97B) is known color: Locust. HEX triplet: A3, A9 and 7B. RGB value is (163,169,123). Sum of RGB (Red+Green+Blue) = 163+169+123=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A97B is #5C5684. Grayscale: #A2A2A2. Windows color (decimal): -6051461 or 8104355. OLE color: 8104355.

HSL color Cylindrical-coordinate representation of color #A3A97B: hue angle of 67.83º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3A97B is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 169 123 -
CMYK 0.04 0 0.27 0.34
HSL 67.83º 0.21% 0.57% -
HSV(B) 67.83º 0.27% 0.66% -
XYZ 32.87 37.59 24.26 -
YUV 161.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 163 169 123 0.04 0 0.27 0.34 67.83 0.21 0.57
Hex A3 A9 7B 4 0 1B 22 44 15 39
Octal 243 251 173 4 0 33 42 104 25 71
Binary 10100011 10101001 1111011 100 0 11011 100010 1000100 10101 111001

Color Harmonies of #A3A97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A97B

Black with #A3A97B

Text Example


Text Example

White with #A3A97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A97B; }

 p { color: rgb(163,169,123); }

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

background-color css

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

 a { background-color: rgb(163,169,123); }

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

border-color css

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

 span { border-color: rgb(163,169,123); }

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