Html Css Color HEX #AC8D41 Luxor Gold

📋 copy color: '#AC8D41'

red 172 ◦ green 141 ◦ blue 65

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

Shades of Luxor Gold #AC8D41

Tints of Luxor Gold #AC8D41

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

 BLUE value IS 65 (25.78% from 255) = 17.2%

R = 45.5%
G = 37.3%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC8D41 (or 0xAC8D41) is known color: Luxor Gold. HEX triplet: AC, 8D and 41. RGB value is (172,141,65). Sum of RGB (Red+Green+Blue) = 172+141+65=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D41 is #5372BE. Grayscale: #8D8D8D. Windows color (decimal): -5468863 or 4296108. OLE color: 4296108.

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

Color convert

RGB 172 141 65 -
CMYK 0 0.18 0.62 0.33
HSL 42.62º 0.45% 0.46% -
HSV(B) 42.62º 0.62% 0.67% -
XYZ 27.49 28.2 9 -
YUV 141.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 172 141 65 0 0.18 0.62 0.33 42.62 0.45 0.46
Hex AC 8D 41 0 12 3E 21 2B 2D 2E
Octal 254 215 101 0 22 76 41 53 55 56
Binary 10101100 10001101 1000001 0 10010 111110 100001 101011 101101 101110

Color Harmonies of #AC8D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D41

Black with #AC8D41

Text Example


Text Example

White with #AC8D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D41; }

 p { color: rgb(172,141,65); }

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

background-color css

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

 a { background-color: rgb(172,141,65); }

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

border-color css

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

 span { border-color: rgb(172,141,65); }

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