Html Css Color HEX #AC8A41 Luxor Gold

📋 copy color: '#AC8A41'

red 172 ◦ green 138 ◦ blue 65

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

Shades of Luxor Gold #AC8A41

Tints of Luxor Gold #AC8A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 45.87%
G = 36.8%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC8A41 (or 0xAC8A41) is known color: Luxor Gold. HEX triplet: AC, 8A and 41. RGB value is (172,138,65). Sum of RGB (Red+Green+Blue) = 172+138+65=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A41 is #5375BE. Grayscale: #8C8C8C. Windows color (decimal): -5469631 or 4295340. OLE color: 4295340.

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

Color convert

RGB 172 138 65 -
CMYK 0 0.20 0.62 0.33
HSL 40.93º 0.45% 0.46% -
HSV(B) 40.93º 0.62% 0.67% -
XYZ 27.06 27.33 8.85 -
YUV 139.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 172 138 65 0 0.20 0.62 0.33 40.93 0.45 0.46
Hex AC 8A 41 0 14 3E 21 29 2D 2E
Octal 254 212 101 0 24 76 41 51 55 56
Binary 10101100 10001010 1000001 0 10100 111110 100001 101001 101101 101110

Color Harmonies of #AC8A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A41

Black with #AC8A41

Text Example


Text Example

White with #AC8A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A41; }

 p { color: rgb(172,138,65); }

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

background-color css

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

 a { background-color: rgb(172,138,65); }

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

border-color css

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

 span { border-color: rgb(172,138,65); }

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