Html Css Color HEX #AC8B41 Luxor Gold

📋 copy color: '#AC8B41'

red 172 ◦ green 139 ◦ blue 65

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

Shades of Luxor Gold #AC8B41

Tints of Luxor Gold #AC8B41

RGB

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

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

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

R = 45.74%
G = 36.97%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC8B41 (or 0xAC8B41) is known color: Luxor Gold. HEX triplet: AC, 8B and 41. RGB value is (172,139,65). Sum of RGB (Red+Green+Blue) = 172+139+65=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B41 is #5374BE. Grayscale: #8C8C8C. Windows color (decimal): -5469375 or 4295596. OLE color: 4295596.

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

Color convert

RGB 172 139 65 -
CMYK 0 0.19 0.62 0.33
HSL 41.5º 0.45% 0.46% -
HSV(B) 41.5º 0.62% 0.67% -
XYZ 27.2 27.62 8.9 -
YUV 140.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 172 139 65 0 0.19 0.62 0.33 41.5 0.45 0.46
Hex AC 8B 41 0 13 3E 21 29 2D 2E
Octal 254 213 101 0 23 76 41 51 55 56
Binary 10101100 10001011 1000001 0 10011 111110 100001 101001 101101 101110

Color Harmonies of #AC8B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B41

Black with #AC8B41

Text Example


Text Example

White with #AC8B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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