Html Css Color HEX #AAAC83 Locust

📋 copy color: '#AAAC83'

red 170 ◦ green 172 ◦ blue 131

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

Shades of Locust #AAAC83

Tints of Locust #AAAC83

RGB

 RED value IS 170 (66.8% from 255) = 35.94%

 GREEN value IS 172 (67.58% from 255) = 36.36%

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

R = 35.94%
G = 36.36%
B = 27.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AAAC83 (or 0xAAAC83) is known color: Locust. HEX triplet: AA, AC and 83. RGB value is (170,172,131). Sum of RGB (Red+Green+Blue) = 170+172+131=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC83 is #55537C. Grayscale: #A6A6A6. Windows color (decimal): -5591933 or 8629418. OLE color: 8629418.

HSL color Cylindrical-coordinate representation of color #AAAC83: hue angle of 62.93º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAAC83 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 172 131 -
CMYK 0.01 0 0.24 0.33
HSL 62.93º 0.2% 0.59% -
HSV(B) 62.93º 0.24% 0.67% -
XYZ 35.43 39.69 27.27 -
YUV 166.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 170 172 131 0.01 0 0.24 0.33 62.93 0.2 0.59
Hex AA AC 83 1 0 18 21 3F 14 3B
Octal 252 254 203 1 0 30 41 77 24 73
Binary 10101010 10101100 10000011 1 0 11000 100001 111111 10100 111011

Color Harmonies of #AAAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC83

Black with #AAAC83

Text Example


Text Example

White with #AAAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC83; }

 p { color: rgb(170,172,131); }

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

background-color css

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

 a { background-color: rgb(170,172,131); }

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

border-color css

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

 span { border-color: rgb(170,172,131); }

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