Html Css Color HEX #AF9211 Lucky

📋 copy color: '#AF9211'

red 175 ◦ green 146 ◦ blue 17

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

Shades of Lucky #AF9211

Tints of Lucky #AF9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.2%

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

R = 51.78%
G = 43.2%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF9211 (or 0xAF9211) is known color: Lucky. HEX triplet: AF, 92 and 11. RGB value is (175,146,17). Sum of RGB (Red+Green+Blue) = 175+146+17=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9211 is #506DEE. Grayscale: #8C8C8C. Windows color (decimal): -5271023 or 1151663. OLE color: 1151663.

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

Color convert

RGB 175 146 17 -
CMYK 0 0.17 0.90 0.31
HSL 48.99º 0.82% 0.38% -
HSV(B) 48.99º 0.9% 0.69% -
XYZ 28.06 29.71 4.79 -
YUV 139.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 175 146 17 0 0.17 0.90 0.31 48.99 0.82 0.38
Hex AF 92 11 0 11 5A 1F 31 52 26
Octal 257 222 21 0 21 132 37 61 122 46
Binary 10101111 10010010 10001 0 10001 1011010 11111 110001 1010010 100110

Color Harmonies of #AF9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9211

Black with #AF9211

Text Example


Text Example

White with #AF9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9211; }

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

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

background-color css

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

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

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

border-color css

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

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

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