Html Css Color HEX #AFAA0D Lucky

📋 copy color: '#AFAA0D'

red 175 ◦ green 170 ◦ blue 13

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

Shades of Lucky #AFAA0D

Tints of Lucky #AFAA0D

RGB

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

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

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

R = 48.88%
G = 47.49%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFAA0D (or 0xAFAA0D) is known color: Lucky. HEX triplet: AF, AA and 0D. RGB value is (175,170,13). Sum of RGB (Red+Green+Blue) = 175+170+13=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAA0D is #5055F2. Grayscale: #9A9A9A. Windows color (decimal): -5264883 or 895663. OLE color: 895663.

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

Color convert

RGB 175 170 13 -
CMYK 0 0.03 0.93 0.31
HSL 58.15º 0.86% 0.37% -
HSV(B) 58.15º 0.93% 0.69% -
XYZ 32.13 37.89 6 -
YUV 153.6 48.66 143.27 -
System Red Green Blue C M Y K H S L
Decimal 175 170 13 0 0.03 0.93 0.31 58.15 0.86 0.37
Hex AF AA D 0 3 5D 1F 3A 56 25
Octal 257 252 15 0 3 135 37 72 126 45
Binary 10101111 10101010 1101 0 11 1011101 11111 111010 1010110 100101

Color Harmonies of #AFAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA0D

Black with #AFAA0D

Text Example


Text Example

White with #AFAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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