Html Css Color HEX #AAA25F Gimblet

📋 copy color: '#AAA25F'

red 170 ◦ green 162 ◦ blue 95

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

Shades of Gimblet #AAA25F

Tints of Gimblet #AAA25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.94%

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 39.81%
G = 37.94%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AAA25F (or 0xAAA25F) is known color: Gimblet. HEX triplet: AA, A2 and 5F. RGB value is (170,162,95). Sum of RGB (Red+Green+Blue) = 170+162+95=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA25F is #555DA0. Grayscale: #9D9D9D. Windows color (decimal): -5594529 or 6267562. OLE color: 6267562.

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

Color convert

RGB 170 162 95 -
CMYK 0 0.05 0.44 0.33
HSL 53.6º 0.31% 0.52% -
HSV(B) 53.6º 0.44% 0.67% -
XYZ 31.56 35.21 15.96 -
YUV 156.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 170 162 95 0 0.05 0.44 0.33 53.6 0.31 0.52
Hex AA A2 5F 0 5 2C 21 36 1F 34
Octal 252 242 137 0 5 54 41 66 37 64
Binary 10101010 10100010 1011111 0 101 101100 100001 110110 11111 110100

Color Harmonies of #AAA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA25F

Black with #AAA25F

Text Example


Text Example

White with #AAA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA25F; }

 p { color: rgb(170,162,95); }

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

background-color css

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

 a { background-color: rgb(170,162,95); }

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

border-color css

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

 span { border-color: rgb(170,162,95); }

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