Html Css Color HEX #AF901C Lucky

📋 copy color: '#AF901C'

red 175 ◦ green 144 ◦ blue 28

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

Shades of Lucky #AF901C

Tints of Lucky #AF901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 50.43%
G = 41.5%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF901C (or 0xAF901C) is known color: Lucky. HEX triplet: AF, 90 and 1C. RGB value is (175,144,28). Sum of RGB (Red+Green+Blue) = 175+144+28=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF901C is #506FE3. Grayscale: #8C8C8C. Windows color (decimal): -5271524 or 1872047. OLE color: 1872047.

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

Color convert

RGB 175 144 28 -
CMYK 0 0.18 0.84 0.31
HSL 47.35º 0.72% 0.4% -
HSV(B) 47.35º 0.84% 0.69% -
XYZ 27.86 29.14 5.26 -
YUV 140.05 64.77 152.93 -
System Red Green Blue C M Y K H S L
Decimal 175 144 28 0 0.18 0.84 0.31 47.35 0.72 0.4
Hex AF 90 1C 0 12 54 1F 2F 48 28
Octal 257 220 34 0 22 124 37 57 110 50
Binary 10101111 10010000 11100 0 10010 1010100 11111 101111 1001000 101000

Color Harmonies of #AF901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF901C

Black with #AF901C

Text Example


Text Example

White with #AF901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF901C; }

 p { color: rgb(175,144,28); }

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

background-color css

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

 a { background-color: rgb(175,144,28); }

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

border-color css

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

 span { border-color: rgb(175,144,28); }

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