Html Css Color HEX #AC8B40 Luxor Gold

📋 copy color: '#AC8B40'

red 172 ◦ green 139 ◦ blue 64

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

Shades of Luxor Gold #AC8B40

Tints of Luxor Gold #AC8B40

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 45.87%
G = 37.07%
B = 17.07%

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

#AC8B40 (or 0xAC8B40) is known color: Luxor Gold. HEX triplet: AC, 8B and 40. RGB value is (172,139,64). Sum of RGB (Red+Green+Blue) = 172+139+64=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B40 is #5374BF. Grayscale: #8C8C8C. Windows color (decimal): -5469376 or 4230060. OLE color: 4230060.

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

Color convert

RGB 172 139 64 -
CMYK 0 0.19 0.63 0.33
HSL 41.67º 0.46% 0.46% -
HSV(B) 41.67º 0.63% 0.67% -
XYZ 27.17 27.61 8.75 -
YUV 140.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 172 139 64 0 0.19 0.63 0.33 41.67 0.46 0.46
Hex AC 8B 40 0 13 3F 21 2A 2E 2E
Octal 254 213 100 0 23 77 41 52 56 56
Binary 10101100 10001011 1000000 0 10011 111111 100001 101010 101110 101110

Color Harmonies of #AC8B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B40

Black with #AC8B40

Text Example


Text Example

White with #AC8B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B40; }

 p { color: rgb(172,139,64); }

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

background-color css

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

 a { background-color: rgb(172,139,64); }

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

border-color css

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

 span { border-color: rgb(172,139,64); }

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