Html Css Color HEX #AF8F15 Lucky

📋 copy color: '#AF8F15'

red 175 ◦ green 143 ◦ blue 21

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

Shades of Lucky #AF8F15

Tints of Lucky #AF8F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.18%

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

R = 51.62%
G = 42.18%
B = 6.19%

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

#AF8F15 (or 0xAF8F15) is known color: Lucky. HEX triplet: AF, 8F and 15. RGB value is (175,143,21). Sum of RGB (Red+Green+Blue) = 175+143+21=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8F15 is #5070EA. Grayscale: #8B8B8B. Windows color (decimal): -5271787 or 1413039. OLE color: 1413039.

HSL color Cylindrical-coordinate representation of color #AF8F15: hue angle of 47.53º 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 #AF8F15 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 143 21 -
CMYK 0 0.18 0.88 0.31
HSL 47.53º 0.79% 0.38% -
HSV(B) 47.53º 0.88% 0.69% -
XYZ 27.64 28.81 4.81 -
YUV 138.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 175 143 21 0 0.18 0.88 0.31 47.53 0.79 0.38
Hex AF 8F 15 0 12 58 1F 30 4F 26
Octal 257 217 25 0 22 130 37 60 117 46
Binary 10101111 10001111 10101 0 10010 1011000 11111 110000 1001111 100110

Color Harmonies of #AF8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F15

Black with #AF8F15

Text Example


Text Example

White with #AF8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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