Html Css Color HEX #AFAA0E Lucky

📋 copy color: '#AFAA0E'

red 175 ◦ green 170 ◦ blue 14

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

Shades of Lucky #AFAA0E

Tints of Lucky #AFAA0E

RGB

 RED value IS 175 (68.75% from 255) = 48.75%

 GREEN value IS 170 (66.8% from 255) = 47.35%

 BLUE value IS 14 (5.86% from 255) = 3.9%

R = 48.75%
G = 47.35%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AFAA0E (or 0xAFAA0E) is known color: Lucky. HEX triplet: AF, AA and 0E. RGB value is (175,170,14). Sum of RGB (Red+Green+Blue) = 175+170+14=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAA0E is #5055F1. Grayscale: #9A9A9A. Windows color (decimal): -5264882 or 961199. OLE color: 961199.

HSL color Cylindrical-coordinate representation of color #AFAA0E: hue angle of 58.14º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFAA0E is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 170 14 -
CMYK 0 0.03 0.92 0.31
HSL 58.14º 0.85% 0.37% -
HSV(B) 58.14º 0.92% 0.69% -
XYZ 32.13 37.9 6.04 -
YUV 153.71 49.16 143.18 -
System Red Green Blue C M Y K H S L
Decimal 175 170 14 0 0.03 0.92 0.31 58.14 0.85 0.37
Hex AF AA E 0 3 5C 1F 3A 55 25
Octal 257 252 16 0 3 134 37 72 125 45
Binary 10101111 10101010 1110 0 11 1011100 11111 111010 1010101 100101

Color Harmonies of #AFAA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA0E

Black with #AFAA0E

Text Example


Text Example

White with #AFAA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA0E; }

 p { color: rgb(175,170,14); }

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

background-color css

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

 a { background-color: rgb(175,170,14); }

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

border-color css

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

 span { border-color: rgb(175,170,14); }

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