Html Css Color HEX #AF9611 Lucky

📋 copy color: '#AF9611'

red 175 ◦ green 150 ◦ blue 17

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

Shades of Lucky #AF9611

Tints of Lucky #AF9611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

 BLUE value IS 17 (7.03% from 255) = 4.97%

R = 51.17%
G = 43.86%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF9611 (or 0xAF9611) is known color: Lucky. HEX triplet: AF, 96 and 11. RGB value is (175,150,17). Sum of RGB (Red+Green+Blue) = 175+150+17=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9611 is #5069EE. Grayscale: #8E8E8E. Windows color (decimal): -5269999 or 1152687. OLE color: 1152687.

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

Color convert

RGB 175 150 17 -
CMYK 0 0.14 0.90 0.31
HSL 50.51º 0.82% 0.38% -
HSV(B) 50.51º 0.9% 0.69% -
XYZ 28.69 30.97 5 -
YUV 142.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 175 150 17 0 0.14 0.90 0.31 50.51 0.82 0.38
Hex AF 96 11 0 E 5A 1F 33 52 26
Octal 257 226 21 0 16 132 37 63 122 46
Binary 10101111 10010110 10001 0 1110 1011010 11111 110011 1010010 100110

Color Harmonies of #AF9611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9611

Black with #AF9611

Text Example


Text Example

White with #AF9611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9611; }

 p { color: rgb(175,150,17); }

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

background-color css

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

 a { background-color: rgb(175,150,17); }

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

border-color css

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

 span { border-color: rgb(175,150,17); }

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