Html Css Color HEX #AF9015 Lucky

📋 copy color: '#AF9015'

red 175 ◦ green 144 ◦ blue 21

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

Shades of Lucky #AF9015

Tints of Lucky #AF9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.35%

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 51.47%
G = 42.35%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF9015 (or 0xAF9015) is known color: Lucky. HEX triplet: AF, 90 and 15. RGB value is (175,144,21). Sum of RGB (Red+Green+Blue) = 175+144+21=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9015 is #506FEA. Grayscale: #8B8B8B. Windows color (decimal): -5271531 or 1413295. OLE color: 1413295.

HSL color Cylindrical-coordinate representation of color #AF9015: hue angle of 47.92º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF9015 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 144 21 -
CMYK 0 0.18 0.88 0.31
HSL 47.92º 0.79% 0.38% -
HSV(B) 47.92º 0.88% 0.69% -
XYZ 27.79 29.11 4.86 -
YUV 139.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 175 144 21 0 0.18 0.88 0.31 47.92 0.79 0.38
Hex AF 90 15 0 12 58 1F 30 4F 26
Octal 257 220 25 0 22 130 37 60 117 46
Binary 10101111 10010000 10101 0 10010 1011000 11111 110000 1001111 100110

Color Harmonies of #AF9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9015

Black with #AF9015

Text Example


Text Example

White with #AF9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9015; }

 p { color: rgb(175,144,21); }

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

background-color css

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

 a { background-color: rgb(175,144,21); }

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

border-color css

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

 span { border-color: rgb(175,144,21); }

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