Html Css Color HEX #AC8A1A Lucky

📋 copy color: '#AC8A1A'

red 172 ◦ green 138 ◦ blue 26

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

Shades of Lucky #AC8A1A

Tints of Lucky #AC8A1A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

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

R = 51.19%
G = 41.07%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC8A1A (or 0xAC8A1A) is known color: Lucky. HEX triplet: AC, 8A and 1A. RGB value is (172,138,26). Sum of RGB (Red+Green+Blue) = 172+138+26=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A1A is #5375E5. Grayscale: #878787. Windows color (decimal): -5469670 or 1739436. OLE color: 1739436.

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

Color convert

RGB 172 138 26 -
CMYK 0 0.20 0.85 0.33
HSL 46.03º 0.74% 0.39% -
HSV(B) 46.03º 0.85% 0.67% -
XYZ 26.29 27.02 4.81 -
YUV 135.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 172 138 26 0 0.20 0.85 0.33 46.03 0.74 0.39
Hex AC 8A 1A 0 14 55 21 2E 4A 27
Octal 254 212 32 0 24 125 41 56 112 47
Binary 10101100 10001010 11010 0 10100 1010101 100001 101110 1001010 100111

Color Harmonies of #AC8A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A1A

Black with #AC8A1A

Text Example


Text Example

White with #AC8A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A1A; }

 p { color: rgb(172,138,26); }

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

background-color css

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

 a { background-color: rgb(172,138,26); }

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

border-color css

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

 span { border-color: rgb(172,138,26); }

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