Html Css Color HEX #AC8C3F Luxor Gold

📋 copy color: '#AC8C3F'

red 172 ◦ green 140 ◦ blue 63

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

Shades of Luxor Gold #AC8C3F

Tints of Luxor Gold #AC8C3F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

 BLUE value IS 63 (25% from 255) = 16.8%

R = 45.87%
G = 37.33%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC8C3F (or 0xAC8C3F) is known color: Luxor Gold. HEX triplet: AC, 8C and 3F. RGB value is (172,140,63). Sum of RGB (Red+Green+Blue) = 172+140+63=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C3F is #5373C0. Grayscale: #8D8D8D. Windows color (decimal): -5469121 or 4164780. OLE color: 4164780.

HSL color Cylindrical-coordinate representation of color #AC8C3F: hue angle of 42.39º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC8C3F is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 140 63 -
CMYK 0 0.19 0.63 0.33
HSL 42.39º 0.46% 0.46% -
HSV(B) 42.39º 0.63% 0.67% -
XYZ 27.29 27.89 8.65 -
YUV 140.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 172 140 63 0 0.19 0.63 0.33 42.39 0.46 0.46
Hex AC 8C 3F 0 13 3F 21 2A 2E 2E
Octal 254 214 77 0 23 77 41 52 56 56
Binary 10101100 10001100 111111 0 10011 111111 100001 101010 101110 101110

Color Harmonies of #AC8C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C3F

Black with #AC8C3F

Text Example


Text Example

White with #AC8C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C3F; }

 p { color: rgb(172,140,63); }

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

background-color css

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

 a { background-color: rgb(172,140,63); }

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

border-color css

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

 span { border-color: rgb(172,140,63); }

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