Html Css Color HEX #AA951F Lucky

📋 copy color: '#AA951F'

red 170 ◦ green 149 ◦ blue 31

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

Shades of Lucky #AA951F

Tints of Lucky #AA951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 48.57%
G = 42.57%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA951F (or 0xAA951F) is known color: Lucky. HEX triplet: AA, 95 and 1F. RGB value is (170,149,31). Sum of RGB (Red+Green+Blue) = 170+149+31=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA951F is #556AE0. Grayscale: #8E8E8E. Windows color (decimal): -5597921 or 2069930. OLE color: 2069930.

HSL color Cylindrical-coordinate representation of color #AA951F: hue angle of 50.94º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA951F is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 149 31 -
CMYK 0 0.12 0.82 0.33
HSL 50.94º 0.69% 0.39% -
HSV(B) 50.94º 0.82% 0.67% -
XYZ 27.57 30.14 5.66 -
YUV 141.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 170 149 31 0 0.12 0.82 0.33 50.94 0.69 0.39
Hex AA 95 1F 0 C 52 21 33 45 27
Octal 252 225 37 0 14 122 41 63 105 47
Binary 10101010 10010101 11111 0 1100 1010010 100001 110011 1000101 100111

Color Harmonies of #AA951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA951F

Black with #AA951F

Text Example


Text Example

White with #AA951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA951F; }

 p { color: rgb(170,149,31); }

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

background-color css

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

 a { background-color: rgb(170,149,31); }

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

border-color css

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

 span { border-color: rgb(170,149,31); }

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