Html Css Color HEX #AF911D Lucky

📋 copy color: '#AF911D'

red 175 ◦ green 145 ◦ blue 29

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

Shades of Lucky #AF911D

Tints of Lucky #AF911D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.31%

R = 50.14%
G = 41.55%
B = 8.31%

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

#AF911D (or 0xAF911D) is known color: Lucky. HEX triplet: AF, 91 and 1D. RGB value is (175,145,29). Sum of RGB (Red+Green+Blue) = 175+145+29=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF911D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF911D is #506EE2. Grayscale: #8D8D8D. Windows color (decimal): -5271267 or 1937839. OLE color: 1937839.

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

Color convert

RGB 175 145 29 -
CMYK 0 0.17 0.83 0.31
HSL 47.67º 0.72% 0.4% -
HSV(B) 47.67º 0.83% 0.69% -
XYZ 28.03 29.45 5.37 -
YUV 140.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 175 145 29 0 0.17 0.83 0.31 47.67 0.72 0.4
Hex AF 91 1D 0 11 53 1F 30 48 28
Octal 257 221 35 0 21 123 37 60 110 50
Binary 10101111 10010001 11101 0 10001 1010011 11111 110000 1001000 101000

Color Harmonies of #AF911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF911D

Black with #AF911D

Text Example


Text Example

White with #AF911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF911D; }

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

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

background-color css

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

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

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

border-color css

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

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

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