Html Css Color HEX #AC8E40 Luxor Gold

📋 copy color: '#AC8E40'

red 172 ◦ green 142 ◦ blue 64

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

Shades of Luxor Gold #AC8E40

Tints of Luxor Gold #AC8E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

 BLUE value IS 64 (25.39% from 255) = 16.93%

R = 45.5%
G = 37.57%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC8E40 (or 0xAC8E40) is known color: Luxor Gold. HEX triplet: AC, 8E and 40. RGB value is (172,142,64). Sum of RGB (Red+Green+Blue) = 172+142+64=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E40 is #5371BF. Grayscale: #8E8E8E. Windows color (decimal): -5468608 or 4230828. OLE color: 4230828.

HSL color Cylindrical-coordinate representation of color #AC8E40: hue angle of 43.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC8E40 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 142 64 -
CMYK 0 0.17 0.63 0.33
HSL 43.33º 0.46% 0.46% -
HSV(B) 43.33º 0.63% 0.67% -
XYZ 27.61 28.49 8.89 -
YUV 142.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 172 142 64 0 0.17 0.63 0.33 43.33 0.46 0.46
Hex AC 8E 40 0 11 3F 21 2B 2E 2E
Octal 254 216 100 0 21 77 41 53 56 56
Binary 10101100 10001110 1000000 0 10001 111111 100001 101011 101110 101110

Color Harmonies of #AC8E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8E40

Black with #AC8E40

Text Example


Text Example

White with #AC8E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8E40; }

 p { color: rgb(172,142,64); }

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

background-color css

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

 a { background-color: rgb(172,142,64); }

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

border-color css

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

 span { border-color: rgb(172,142,64); }

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