Html Css Color HEX #A3AE83 Locust

📋 copy color: '#A3AE83'

red 163 ◦ green 174 ◦ blue 131

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

Shades of Locust #A3AE83

Tints of Locust #A3AE83

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.18%

 BLUE value IS 131 (51.56% from 255) = 27.99%

R = 34.83%
G = 37.18%
B = 27.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#A3AE83 (or 0xA3AE83) is known color: Locust. HEX triplet: A3, AE and 83. RGB value is (163,174,131). Sum of RGB (Red+Green+Blue) = 163+174+131=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE83 is #5C517C. Grayscale: #A5A5A5. Windows color (decimal): -6050173 or 8629923. OLE color: 8629923.

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

Color convert

RGB 163 174 131 -
CMYK 0.06 0 0.25 0.32
HSL 75.35º 0.21% 0.6% -
HSV(B) 75.35º 0.25% 0.68% -
XYZ 34.34 39.7 27.33 -
YUV 165.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 163 174 131 0.06 0 0.25 0.32 75.35 0.21 0.6
Hex A3 AE 83 6 0 19 20 4B 15 3C
Octal 243 256 203 6 0 31 40 113 25 74
Binary 10100011 10101110 10000011 110 0 11001 100000 1001011 10101 111100

Color Harmonies of #A3AE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AE83

Black with #A3AE83

Text Example


Text Example

White with #A3AE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AE83; }

 p { color: rgb(163,174,131); }

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

background-color css

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

 a { background-color: rgb(163,174,131); }

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

border-color css

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

 span { border-color: rgb(163,174,131); }

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