Html Css Color HEX #AAA70D Lucky

📋 copy color: '#AAA70D'

red 170 ◦ green 167 ◦ blue 13

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

Shades of Lucky #AAA70D

Tints of Lucky #AAA70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 48.57%
G = 47.71%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AAA70D (or 0xAAA70D) is known color: Lucky. HEX triplet: AA, A7 and 0D. RGB value is (170,167,13). Sum of RGB (Red+Green+Blue) = 170+167+13=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA70D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA70D is #5558F2. Grayscale: #969696. Windows color (decimal): -5593331 or 894890. OLE color: 894890.

HSL color Cylindrical-coordinate representation of color #AAA70D: hue angle of 58.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAA70D is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 13 -
CMYK 0 0.02 0.92 0.33
HSL 58.85º 0.86% 0.36% -
HSV(B) 58.85º 0.92% 0.67% -
XYZ 30.47 36.21 5.76 -
YUV 150.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 170 167 13 0 0.02 0.92 0.33 58.85 0.86 0.36
Hex AA A7 D 0 2 5C 21 3B 56 24
Octal 252 247 15 0 2 134 41 73 126 44
Binary 10101010 10100111 1101 0 10 1011100 100001 111011 1010110 100100

Color Harmonies of #AAA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA70D

Black with #AAA70D

Text Example


Text Example

White with #AAA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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