Html Css Color HEX #A3AD77 Locust

📋 copy color: '#A3AD77'

red 163 ◦ green 173 ◦ blue 119

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

Shades of Locust #A3AD77

Tints of Locust #A3AD77

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.02%

 BLUE value IS 119 (46.88% from 255) = 26.15%

R = 35.82%
G = 38.02%
B = 26.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#A3AD77 (or 0xA3AD77) is known color: Locust. HEX triplet: A3, AD and 77. RGB value is (163,173,119). Sum of RGB (Red+Green+Blue) = 163+173+119=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD77 is #5C5288. Grayscale: #A4A4A4. Windows color (decimal): -6050441 or 7843235. OLE color: 7843235.

HSL color Cylindrical-coordinate representation of color #A3AD77: hue angle of 71.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3AD77 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 173 119 -
CMYK 0.06 0 0.31 0.32
HSL 71.11º 0.25% 0.57% -
HSV(B) 71.11º 0.31% 0.68% -
XYZ 33.38 39.01 23.22 -
YUV 163.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 163 173 119 0.06 0 0.31 0.32 71.11 0.25 0.57
Hex A3 AD 77 6 0 1F 20 47 19 39
Octal 243 255 167 6 0 37 40 107 31 71
Binary 10100011 10101101 1110111 110 0 11111 100000 1000111 11001 111001

Color Harmonies of #A3AD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AD77

Black with #A3AD77

Text Example


Text Example

White with #A3AD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AD77; }

 p { color: rgb(163,173,119); }

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

background-color css

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

 a { background-color: rgb(163,173,119); }

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

border-color css

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

 span { border-color: rgb(163,173,119); }

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