Html Css Color HEX #AF9E12 Lucky

📋 copy color: '#AF9E12'

red 175 ◦ green 158 ◦ blue 18

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

Shades of Lucky #AF9E12

Tints of Lucky #AF9E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.13%

R = 49.86%
G = 45.01%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF9E12 (or 0xAF9E12) is known color: Lucky. HEX triplet: AF, 9E and 12. RGB value is (175,158,18). Sum of RGB (Red+Green+Blue) = 175+158+18=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9E12 is #5061ED. Grayscale: #939393. Windows color (decimal): -5267950 or 1220271. OLE color: 1220271.

HSL color Cylindrical-coordinate representation of color #AF9E12: hue angle of 53.5º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF9E12 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 158 18 -
CMYK 0 0.10 0.90 0.31
HSL 53.5º 0.81% 0.38% -
HSV(B) 53.5º 0.9% 0.69% -
XYZ 30.02 33.61 5.48 -
YUV 147.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 175 158 18 0 0.10 0.90 0.31 53.5 0.81 0.38
Hex AF 9E 12 0 A 5A 1F 36 51 26
Octal 257 236 22 0 12 132 37 66 121 46
Binary 10101111 10011110 10010 0 1010 1011010 11111 110110 1010001 100110

Color Harmonies of #AF9E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E12

Black with #AF9E12

Text Example


Text Example

White with #AF9E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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