Html Css Color HEX #AF941E Lucky

📋 copy color: '#AF941E'

red 175 ◦ green 148 ◦ blue 30

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

Shades of Lucky #AF941E

Tints of Lucky #AF941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

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

R = 49.58%
G = 41.93%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF941E (or 0xAF941E) is known color: Lucky. HEX triplet: AF, 94 and 1E. RGB value is (175,148,30). Sum of RGB (Red+Green+Blue) = 175+148+30=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF941E is #506BE1. Grayscale: #8F8F8F. Windows color (decimal): -5270498 or 2004143. OLE color: 2004143.

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

Color convert

RGB 175 148 30 -
CMYK 0 0.15 0.83 0.31
HSL 48.83º 0.71% 0.4% -
HSV(B) 48.83º 0.83% 0.69% -
XYZ 28.5 30.39 5.59 -
YUV 142.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 175 148 30 0 0.15 0.83 0.31 48.83 0.71 0.4
Hex AF 94 1E 0 F 53 1F 31 47 28
Octal 257 224 36 0 17 123 37 61 107 50
Binary 10101111 10010100 11110 0 1111 1010011 11111 110001 1000111 101000

Color Harmonies of #AF941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF941E

Black with #AF941E

Text Example


Text Example

White with #AF941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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