Html Css Color HEX #AC8E3A Luxor Gold

📋 copy color: '#AC8E3A'

red 172 ◦ green 142 ◦ blue 58

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

Shades of Luxor Gold #AC8E3A

Tints of Luxor Gold #AC8E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.59%

R = 46.24%
G = 38.17%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC8E3A (or 0xAC8E3A) is known color: Luxor Gold. HEX triplet: AC, 8E and 3A. RGB value is (172,142,58). Sum of RGB (Red+Green+Blue) = 172+142+58=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E3A is #5371C5. Grayscale: #8D8D8D. Windows color (decimal): -5468614 or 3837612. OLE color: 3837612.

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

Color convert

RGB 172 142 58 -
CMYK 0 0.17 0.66 0.33
HSL 44.21º 0.5% 0.45% -
HSV(B) 44.21º 0.66% 0.67% -
XYZ 27.45 28.42 8.04 -
YUV 141.39 80.94 149.83 -
System Red Green Blue C M Y K H S L
Decimal 172 142 58 0 0.17 0.66 0.33 44.21 0.5 0.45
Hex AC 8E 3A 0 11 42 21 2C 32 2D
Octal 254 216 72 0 21 102 41 54 62 55
Binary 10101100 10001110 111010 0 10001 1000010 100001 101100 110010 101101

Color Harmonies of #AC8E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8E3A

Black with #AC8E3A

Text Example


Text Example

White with #AC8E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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