Html Css Color HEX #AC8942 Luxor Gold

📋 copy color: '#AC8942'

red 172 ◦ green 137 ◦ blue 66

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

Shades of Luxor Gold #AC8942

Tints of Luxor Gold #AC8942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 45.87%
G = 36.53%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC8942 (or 0xAC8942) is known color: Luxor Gold. HEX triplet: AC, 89 and 42. RGB value is (172,137,66). Sum of RGB (Red+Green+Blue) = 172+137+66=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8942 is #5376BD. Grayscale: #8B8B8B. Windows color (decimal): -5469886 or 4360620. OLE color: 4360620.

HSL color Cylindrical-coordinate representation of color #AC8942: hue angle of 40.19º 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 #AC8942 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 137 66 -
CMYK 0 0.20 0.62 0.33
HSL 40.19º 0.45% 0.47% -
HSV(B) 40.19º 0.62% 0.67% -
XYZ 26.94 27.06 8.96 -
YUV 139.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 172 137 66 0 0.20 0.62 0.33 40.19 0.45 0.47
Hex AC 89 42 0 14 3E 21 28 2D 2F
Octal 254 211 102 0 24 76 41 50 55 57
Binary 10101100 10001001 1000010 0 10100 111110 100001 101000 101101 101111

Color Harmonies of #AC8942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8942

Black with #AC8942

Text Example


Text Example

White with #AC8942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8942; }

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

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

background-color css

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

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

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

border-color css

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

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

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