Html Css Color HEX #AF941D Lucky

📋 copy color: '#AF941D'

red 175 ◦ green 148 ◦ blue 29

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

Shades of Lucky #AF941D

Tints of Lucky #AF941D

RGB

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

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

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

R = 49.72%
G = 42.05%
B = 8.24%

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

#AF941D (or 0xAF941D) is known color: Lucky. HEX triplet: AF, 94 and 1D. RGB value is (175,148,29). Sum of RGB (Red+Green+Blue) = 175+148+29=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF941D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF941D is #506BE2. Grayscale: #8F8F8F. Windows color (decimal): -5270499 or 1938607. OLE color: 1938607.

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

Color convert

RGB 175 148 29 -
CMYK 0 0.15 0.83 0.31
HSL 48.9º 0.72% 0.4% -
HSV(B) 48.9º 0.83% 0.69% -
XYZ 28.49 30.38 5.53 -
YUV 142.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 175 148 29 0 0.15 0.83 0.31 48.9 0.72 0.4
Hex AF 94 1D 0 F 53 1F 31 48 28
Octal 257 224 35 0 17 123 37 61 110 50
Binary 10101111 10010100 11101 0 1111 1010011 11111 110001 1001000 101000

Color Harmonies of #AF941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF941D

Black with #AF941D

Text Example


Text Example

White with #AF941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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