Html Css Color HEX #AF911E Lucky

📋 copy color: '#AF911E'

red 175 ◦ green 145 ◦ blue 30

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

Shades of Lucky #AF911E

Tints of Lucky #AF911E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 50%
G = 41.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF911E (or 0xAF911E) is known color: Lucky. HEX triplet: AF, 91 and 1E. RGB value is (175,145,30). Sum of RGB (Red+Green+Blue) = 175+145+30=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF911E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF911E is #506EE1. Grayscale: #8D8D8D. Windows color (decimal): -5271266 or 2003375. OLE color: 2003375.

HSL color Cylindrical-coordinate representation of color #AF911E: hue angle of 47.59º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF911E is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 145 30 -
CMYK 0 0.17 0.83 0.31
HSL 47.59º 0.71% 0.4% -
HSV(B) 47.59º 0.83% 0.69% -
XYZ 28.04 29.46 5.44 -
YUV 140.86 65.44 152.35 -
System Red Green Blue C M Y K H S L
Decimal 175 145 30 0 0.17 0.83 0.31 47.59 0.71 0.4
Hex AF 91 1E 0 11 53 1F 30 47 28
Octal 257 221 36 0 21 123 37 60 107 50
Binary 10101111 10010001 11110 0 10001 1010011 11111 110000 1000111 101000

Color Harmonies of #AF911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF911E

Black with #AF911E

Text Example


Text Example

White with #AF911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF911E; }

 p { color: rgb(175,145,30); }

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

background-color css

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

 a { background-color: rgb(175,145,30); }

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

border-color css

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

 span { border-color: rgb(175,145,30); }

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