Html Css Color HEX #AC8744 Luxor Gold

📋 copy color: '#AC8744'

red 172 ◦ green 135 ◦ blue 68

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

Shades of Luxor Gold #AC8744

Tints of Luxor Gold #AC8744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 45.87%
G = 36%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC8744 (or 0xAC8744) is known color: Luxor Gold. HEX triplet: AC, 87 and 44. RGB value is (172,135,68). Sum of RGB (Red+Green+Blue) = 172+135+68=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8744 is #5378BB. Grayscale: #8A8A8A. Windows color (decimal): -5470396 or 4491180. OLE color: 4491180.

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

Color convert

RGB 172 135 68 -
CMYK 0 0.22 0.60 0.33
HSL 38.65º 0.43% 0.47% -
HSV(B) 38.65º 0.6% 0.67% -
XYZ 26.72 26.52 9.18 -
YUV 138.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 172 135 68 0 0.22 0.60 0.33 38.65 0.43 0.47
Hex AC 87 44 0 16 3C 21 27 2B 2F
Octal 254 207 104 0 26 74 41 47 53 57
Binary 10101100 10000111 1000100 0 10110 111100 100001 100111 101011 101111

Color Harmonies of #AC8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8744

Black with #AC8744

Text Example


Text Example

White with #AC8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8744; }

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

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

background-color css

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

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

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

border-color css

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

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

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