Html Css Color HEX #AAA71B Lucky

📋 copy color: '#AAA71B'

red 170 ◦ green 167 ◦ blue 27

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

Shades of Lucky #AAA71B

Tints of Lucky #AAA71B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.88%

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

R = 46.7%
G = 45.88%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AAA71B (or 0xAAA71B) is known color: Lucky. HEX triplet: AA, A7 and 1B. RGB value is (170,167,27). Sum of RGB (Red+Green+Blue) = 170+167+27=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA71B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA71B is #5558E4. Grayscale: #989898. Windows color (decimal): -5593317 or 1812394. OLE color: 1812394.

HSL color Cylindrical-coordinate representation of color #AAA71B: hue angle of 58.74º 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 #AAA71B is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 27 -
CMYK 0 0.02 0.84 0.33
HSL 58.74º 0.73% 0.39% -
HSV(B) 58.74º 0.84% 0.67% -
XYZ 30.59 36.26 6.42 -
YUV 151.94 57.49 140.88 -
System Red Green Blue C M Y K H S L
Decimal 170 167 27 0 0.02 0.84 0.33 58.74 0.73 0.39
Hex AA A7 1B 0 2 54 21 3B 49 27
Octal 252 247 33 0 2 124 41 73 111 47
Binary 10101010 10100111 11011 0 10 1010100 100001 111011 1001001 100111

Color Harmonies of #AAA71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA71B

Black with #AAA71B

Text Example


Text Example

White with #AAA71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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