Html Css Color HEX #AC8F3F Luxor Gold

📋 copy color: '#AC8F3F'

red 172 ◦ green 143 ◦ blue 63

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

Shades of Luxor Gold #AC8F3F

Tints of Luxor Gold #AC8F3F

RGB

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

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

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

R = 45.5%
G = 37.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC8F3F (or 0xAC8F3F) is known color: Luxor Gold. HEX triplet: AC, 8F and 3F. RGB value is (172,143,63). Sum of RGB (Red+Green+Blue) = 172+143+63=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F3F is #5370C0. Grayscale: #8E8E8E. Windows color (decimal): -5468353 or 4165548. OLE color: 4165548.

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

Color convert

RGB 172 143 63 -
CMYK 0 0.17 0.63 0.33
HSL 44.04º 0.46% 0.46% -
HSV(B) 44.04º 0.63% 0.67% -
XYZ 27.73 28.77 8.79 -
YUV 142.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 172 143 63 0 0.17 0.63 0.33 44.04 0.46 0.46
Hex AC 8F 3F 0 11 3F 21 2C 2E 2E
Octal 254 217 77 0 21 77 41 54 56 56
Binary 10101100 10001111 111111 0 10001 111111 100001 101100 101110 101110

Color Harmonies of #AC8F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F3F

Black with #AC8F3F

Text Example


Text Example

White with #AC8F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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