Html Css Color HEX #AF951F Lucky

📋 copy color: '#AF951F'

red 175 ◦ green 149 ◦ blue 31

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

Shades of Lucky #AF951F

Tints of Lucky #AF951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.97%

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

R = 49.3%
G = 41.97%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF951F (or 0xAF951F) is known color: Lucky. HEX triplet: AF, 95 and 1F. RGB value is (175,149,31). Sum of RGB (Red+Green+Blue) = 175+149+31=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF951F is #506AE0. Grayscale: #8F8F8F. Windows color (decimal): -5270241 or 2069935. OLE color: 2069935.

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

Color convert

RGB 175 149 31 -
CMYK 0 0.15 0.82 0.31
HSL 49.17º 0.7% 0.4% -
HSV(B) 49.17º 0.82% 0.69% -
XYZ 28.67 30.71 5.71 -
YUV 143.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 175 149 31 0 0.15 0.82 0.31 49.17 0.7 0.4
Hex AF 95 1F 0 F 52 1F 31 46 28
Octal 257 225 37 0 17 122 37 61 106 50
Binary 10101111 10010101 11111 0 1111 1010010 11111 110001 1000110 101000

Color Harmonies of #AF951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF951F

Black with #AF951F

Text Example


Text Example

White with #AF951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF951F; }

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

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

background-color css

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

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

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

border-color css

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

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

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