Html Css Color HEX #AA981A Lucky

📋 copy color: '#AA981A'

red 170 ◦ green 152 ◦ blue 26

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

Shades of Lucky #AA981A

Tints of Lucky #AA981A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 48.85%
G = 43.68%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA981A (or 0xAA981A) is known color: Lucky. HEX triplet: AA, 98 and 1A. RGB value is (170,152,26). Sum of RGB (Red+Green+Blue) = 170+152+26=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA981A is #5567E5. Grayscale: #8F8F8F. Windows color (decimal): -5597158 or 1743018. OLE color: 1743018.

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

Color convert

RGB 170 152 26 -
CMYK 0 0.11 0.85 0.33
HSL 52.5º 0.73% 0.38% -
HSV(B) 52.5º 0.85% 0.67% -
XYZ 27.99 31.08 5.5 -
YUV 143.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 170 152 26 0 0.11 0.85 0.33 52.5 0.73 0.38
Hex AA 98 1A 0 B 55 21 34 49 26
Octal 252 230 32 0 13 125 41 64 111 46
Binary 10101010 10011000 11010 0 1011 1010101 100001 110100 1001001 100110

Color Harmonies of #AA981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA981A

Black with #AA981A

Text Example


Text Example

White with #AA981A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA981A; }

 p { color: rgb(170,152,26); }

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

background-color css

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

 a { background-color: rgb(170,152,26); }

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

border-color css

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

 span { border-color: rgb(170,152,26); }

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