Html Css Color HEX #AF9512 Lucky

📋 copy color: '#AF9512'

red 175 ◦ green 149 ◦ blue 18

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

Shades of Lucky #AF9512

Tints of Lucky #AF9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.57%

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

R = 51.17%
G = 43.57%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF9512 (or 0xAF9512) is known color: Lucky. HEX triplet: AF, 95 and 12. RGB value is (175,149,18). Sum of RGB (Red+Green+Blue) = 175+149+18=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9512 is #506AED. Grayscale: #8E8E8E. Windows color (decimal): -5270254 or 1217967. OLE color: 1217967.

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

Color convert

RGB 175 149 18 -
CMYK 0 0.15 0.90 0.31
HSL 50.06º 0.81% 0.38% -
HSV(B) 50.06º 0.9% 0.69% -
XYZ 28.54 30.65 4.98 -
YUV 141.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 175 149 18 0 0.15 0.90 0.31 50.06 0.81 0.38
Hex AF 95 12 0 F 5A 1F 32 51 26
Octal 257 225 22 0 17 132 37 62 121 46
Binary 10101111 10010101 10010 0 1111 1011010 11111 110010 1010001 100110

Color Harmonies of #AF9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9512

Black with #AF9512

Text Example


Text Example

White with #AF9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9512; }

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

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

background-color css

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

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

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

border-color css

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

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

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