Html Css Color HEX #AF941A Lucky

📋 copy color: '#AF941A'

red 175 ◦ green 148 ◦ blue 26

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

Shades of Lucky #AF941A

Tints of Lucky #AF941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.45%

R = 50.14%
G = 42.41%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF941A (or 0xAF941A) is known color: Lucky. HEX triplet: AF, 94 and 1A. RGB value is (175,148,26). Sum of RGB (Red+Green+Blue) = 175+148+26=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF941A is #506BE5. Grayscale: #8E8E8E. Windows color (decimal): -5270502 or 1741999. OLE color: 1741999.

HSL color Cylindrical-coordinate representation of color #AF941A: hue angle of 49.13º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF941A is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 148 26 -
CMYK 0 0.15 0.85 0.31
HSL 49.13º 0.74% 0.39% -
HSV(B) 49.13º 0.85% 0.69% -
XYZ 28.46 30.37 5.34 -
YUV 142.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 175 148 26 0 0.15 0.85 0.31 49.13 0.74 0.39
Hex AF 94 1A 0 F 55 1F 31 4A 27
Octal 257 224 32 0 17 125 37 61 112 47
Binary 10101111 10010100 11010 0 1111 1010101 11111 110001 1001010 100111

Color Harmonies of #AF941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF941A

Black with #AF941A

Text Example


Text Example

White with #AF941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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