Html Css Color HEX #AC8946 Luxor Gold

📋 copy color: '#AC8946'

red 172 ◦ green 137 ◦ blue 70

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

Shades of Luxor Gold #AC8946

Tints of Luxor Gold #AC8946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 45.38%
G = 36.15%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC8946 (or 0xAC8946) is known color: Luxor Gold. HEX triplet: AC, 89 and 46. RGB value is (172,137,70). Sum of RGB (Red+Green+Blue) = 172+137+70=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8946 is #5376B9. Grayscale: #8C8C8C. Windows color (decimal): -5469882 or 4622764. OLE color: 4622764.

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

Color convert

RGB 172 137 70 -
CMYK 0 0.20 0.59 0.33
HSL 39.41º 0.42% 0.47% -
HSV(B) 39.41º 0.59% 0.67% -
XYZ 27.06 27.1 9.6 -
YUV 139.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 172 137 70 0 0.20 0.59 0.33 39.41 0.42 0.47
Hex AC 89 46 0 14 3B 21 27 2A 2F
Octal 254 211 106 0 24 73 41 47 52 57
Binary 10101100 10001001 1000110 0 10100 111011 100001 100111 101010 101111

Color Harmonies of #AC8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8946

Black with #AC8946

Text Example


Text Example

White with #AC8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8946; }

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

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

background-color css

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

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

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

border-color css

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

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

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