Html Css Color HEX #AA951B Lucky

📋 copy color: '#AA951B'

red 170 ◦ green 149 ◦ blue 27

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

Shades of Lucky #AA951B

Tints of Lucky #AA951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 49.13%
G = 43.06%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA951B (or 0xAA951B) is known color: Lucky. HEX triplet: AA, 95 and 1B. RGB value is (170,149,27). Sum of RGB (Red+Green+Blue) = 170+149+27=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA951B is #556AE4. Grayscale: #8D8D8D. Windows color (decimal): -5597925 or 1807786. OLE color: 1807786.

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

Color convert

RGB 170 149 27 -
CMYK 0 0.12 0.84 0.33
HSL 51.19º 0.73% 0.39% -
HSV(B) 51.19º 0.84% 0.67% -
XYZ 27.52 30.12 5.4 -
YUV 141.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 170 149 27 0 0.12 0.84 0.33 51.19 0.73 0.39
Hex AA 95 1B 0 C 54 21 33 49 27
Octal 252 225 33 0 14 124 41 63 111 47
Binary 10101010 10010101 11011 0 1100 1010100 100001 110011 1001001 100111

Color Harmonies of #AA951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA951B

Black with #AA951B

Text Example


Text Example

White with #AA951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA951B; }

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

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

background-color css

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

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

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

border-color css

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

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

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