Html Css Color HEX #AC8D42 Luxor Gold

📋 copy color: '#AC8D42'

red 172 ◦ green 141 ◦ blue 66

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

Shades of Luxor Gold #AC8D42

Tints of Luxor Gold #AC8D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 45.38%
G = 37.2%
B = 17.41%

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

#AC8D42 (or 0xAC8D42) is known color: Luxor Gold. HEX triplet: AC, 8D and 42. RGB value is (172,141,66). Sum of RGB (Red+Green+Blue) = 172+141+66=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D42 is #5372BD. Grayscale: #8E8E8E. Windows color (decimal): -5468862 or 4361644. OLE color: 4361644.

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

Color convert

RGB 172 141 66 -
CMYK 0 0.18 0.62 0.33
HSL 42.45º 0.45% 0.47% -
HSV(B) 42.45º 0.62% 0.67% -
XYZ 27.52 28.21 9.15 -
YUV 141.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 172 141 66 0 0.18 0.62 0.33 42.45 0.45 0.47
Hex AC 8D 42 0 12 3E 21 2A 2D 2F
Octal 254 215 102 0 22 76 41 52 55 57
Binary 10101100 10001101 1000010 0 10010 111110 100001 101010 101101 101111

Color Harmonies of #AC8D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D42

Black with #AC8D42

Text Example


Text Example

White with #AC8D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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