Html Css Color HEX #AAA15D Gimblet

📋 copy color: '#AAA15D'

red 170 ◦ green 161 ◦ blue 93

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

Shades of Gimblet #AAA15D

Tints of Gimblet #AAA15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 40.09%
G = 37.97%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AAA15D (or 0xAAA15D) is known color: Gimblet. HEX triplet: AA, A1 and 5D. RGB value is (170,161,93). Sum of RGB (Red+Green+Blue) = 170+161+93=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA15D is #555EA2. Grayscale: #9C9C9C. Windows color (decimal): -5594787 or 6136234. OLE color: 6136234.

HSL color Cylindrical-coordinate representation of color #AAA15D: hue angle of 52.99º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAA15D is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 93 -
CMYK 0 0.05 0.45 0.33
HSL 52.99º 0.31% 0.52% -
HSV(B) 52.99º 0.45% 0.67% -
XYZ 31.3 34.83 15.43 -
YUV 155.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 170 161 93 0 0.05 0.45 0.33 52.99 0.31 0.52
Hex AA A1 5D 0 5 2D 21 35 1F 34
Octal 252 241 135 0 5 55 41 65 37 64
Binary 10101010 10100001 1011101 0 101 101101 100001 110101 11111 110100

Color Harmonies of #AAA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA15D

Black with #AAA15D

Text Example


Text Example

White with #AAA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA15D; }

 p { color: rgb(170,161,93); }

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

background-color css

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

 a { background-color: rgb(170,161,93); }

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

border-color css

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

 span { border-color: rgb(170,161,93); }

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