Html Css Color HEX #AF971F Lucky

📋 copy color: '#AF971F'

red 175 ◦ green 151 ◦ blue 31

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

Shades of Lucky #AF971F

Tints of Lucky #AF971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.3%

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 49.02%
G = 42.3%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF971F (or 0xAF971F) is known color: Lucky. HEX triplet: AF, 97 and 1F. RGB value is (175,151,31). Sum of RGB (Red+Green+Blue) = 175+151+31=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF971F is #5068E0. Grayscale: #909090. Windows color (decimal): -5269729 or 2070447. OLE color: 2070447.

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

Color convert

RGB 175 151 31 -
CMYK 0 0.14 0.82 0.31
HSL 50º 0.7% 0.4% -
HSV(B) 50º 0.82% 0.69% -
XYZ 28.99 31.35 5.82 -
YUV 144.5 63.95 149.76 -
System Red Green Blue C M Y K H S L
Decimal 175 151 31 0 0.14 0.82 0.31 50 0.7 0.4
Hex AF 97 1F 0 E 52 1F 32 46 28
Octal 257 227 37 0 16 122 37 62 106 50
Binary 10101111 10010111 11111 0 1110 1010010 11111 110010 1000110 101000

Color Harmonies of #AF971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF971F

Black with #AF971F

Text Example


Text Example

White with #AF971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF971F; }

 p { color: rgb(175,151,31); }

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

background-color css

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

 a { background-color: rgb(175,151,31); }

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

border-color css

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

 span { border-color: rgb(175,151,31); }

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