Html Css Color HEX #AC8F3C Luxor Gold

📋 copy color: '#AC8F3C'

red 172 ◦ green 143 ◦ blue 60

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

Shades of Luxor Gold #AC8F3C

Tints of Luxor Gold #AC8F3C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

 BLUE value IS 60 (23.83% from 255) = 16%

R = 45.87%
G = 38.13%
B = 16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC8F3C (or 0xAC8F3C) is known color: Luxor Gold. HEX triplet: AC, 8F and 3C. RGB value is (172,143,60). Sum of RGB (Red+Green+Blue) = 172+143+60=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F3C is #5370C3. Grayscale: #8E8E8E. Windows color (decimal): -5468356 or 3968940. OLE color: 3968940.

HSL color Cylindrical-coordinate representation of color #AC8F3C: hue angle of 44.46º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC8F3C is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 60 -
CMYK 0 0.17 0.65 0.33
HSL 44.46º 0.48% 0.45% -
HSV(B) 44.46º 0.65% 0.67% -
XYZ 27.65 28.74 8.37 -
YUV 142.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 172 143 60 0 0.17 0.65 0.33 44.46 0.48 0.45
Hex AC 8F 3C 0 11 41 21 2C 30 2D
Octal 254 217 74 0 21 101 41 54 60 55
Binary 10101100 10001111 111100 0 10001 1000001 100001 101100 110000 101101

Color Harmonies of #AC8F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F3C

Black with #AC8F3C

Text Example


Text Example

White with #AC8F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F3C; }

 p { color: rgb(172,143,60); }

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

background-color css

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

 a { background-color: rgb(172,143,60); }

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

border-color css

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

 span { border-color: rgb(172,143,60); }

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