Html Css Color HEX #AC901F Lucky

📋 copy color: '#AC901F'

red 172 ◦ green 144 ◦ blue 31

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

Shades of Lucky #AC901F

Tints of Lucky #AC901F

RGB

 RED value IS 172 (67.58% from 255) = 49.57%

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

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

R = 49.57%
G = 41.5%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC901F (or 0xAC901F) is known color: Lucky. HEX triplet: AC, 90 and 1F. RGB value is (172,144,31). Sum of RGB (Red+Green+Blue) = 172+144+31=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC901F is #536FE0. Grayscale: #8B8B8B. Windows color (decimal): -5468129 or 2068652. OLE color: 2068652.

HSL color Cylindrical-coordinate representation of color #AC901F: hue angle of 48.09º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC901F is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 31 -
CMYK 0 0.16 0.82 0.33
HSL 48.09º 0.69% 0.4% -
HSV(B) 48.09º 0.82% 0.67% -
XYZ 27.23 28.82 5.42 -
YUV 139.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 172 144 31 0 0.16 0.82 0.33 48.09 0.69 0.4
Hex AC 90 1F 0 10 52 21 30 45 28
Octal 254 220 37 0 20 122 41 60 105 50
Binary 10101100 10010000 11111 0 10000 1010010 100001 110000 1000101 101000

Color Harmonies of #AC901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC901F

Black with #AC901F

Text Example


Text Example

White with #AC901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC901F; }

 p { color: rgb(172,144,31); }

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

background-color css

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

 a { background-color: rgb(172,144,31); }

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

border-color css

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

 span { border-color: rgb(172,144,31); }

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