Html Css Color HEX #AC8944 Luxor Gold

📋 copy color: '#AC8944'

red 172 ◦ green 137 ◦ blue 68

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

Shades of Luxor Gold #AC8944

Tints of Luxor Gold #AC8944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.04%

R = 45.62%
G = 36.34%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC8944 (or 0xAC8944) is known color: Luxor Gold. HEX triplet: AC, 89 and 44. RGB value is (172,137,68). Sum of RGB (Red+Green+Blue) = 172+137+68=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8944 is #5376BB. Grayscale: #8B8B8B. Windows color (decimal): -5469884 or 4491692. OLE color: 4491692.

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

Color convert

RGB 172 137 68 -
CMYK 0 0.20 0.60 0.33
HSL 39.81º 0.43% 0.47% -
HSV(B) 39.81º 0.6% 0.67% -
XYZ 27 27.08 9.27 -
YUV 139.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 172 137 68 0 0.20 0.60 0.33 39.81 0.43 0.47
Hex AC 89 44 0 14 3C 21 28 2B 2F
Octal 254 211 104 0 24 74 41 50 53 57
Binary 10101100 10001001 1000100 0 10100 111100 100001 101000 101011 101111

Color Harmonies of #AC8944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8944

Black with #AC8944

Text Example


Text Example

White with #AC8944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8944; }

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

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

background-color css

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

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

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

border-color css

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

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

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