Html Css Color HEX #AF9E15 Lucky

📋 copy color: '#AF9E15'

red 175 ◦ green 158 ◦ blue 21

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

Shades of Lucky #AF9E15

Tints of Lucky #AF9E15

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.63%

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

R = 49.44%
G = 44.63%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF9E15 (or 0xAF9E15) is known color: Lucky. HEX triplet: AF, 9E and 15. RGB value is (175,158,21). Sum of RGB (Red+Green+Blue) = 175+158+21=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9E15 is #5061EA. Grayscale: #949494. Windows color (decimal): -5267947 or 1416879. OLE color: 1416879.

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

Color convert

RGB 175 158 21 -
CMYK 0 0.10 0.88 0.31
HSL 53.38º 0.79% 0.38% -
HSV(B) 53.38º 0.88% 0.69% -
XYZ 30.04 33.62 5.62 -
YUV 147.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 175 158 21 0 0.10 0.88 0.31 53.38 0.79 0.38
Hex AF 9E 15 0 A 58 1F 35 4F 26
Octal 257 236 25 0 12 130 37 65 117 46
Binary 10101111 10011110 10101 0 1010 1011000 11111 110101 1001111 100110

Color Harmonies of #AF9E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E15

Black with #AF9E15

Text Example


Text Example

White with #AF9E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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