Html Css Color HEX #AC8B46 Luxor Gold

📋 copy color: '#AC8B46'

red 172 ◦ green 139 ◦ blue 70

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

Shades of Luxor Gold #AC8B46

Tints of Luxor Gold #AC8B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 45.14%
G = 36.48%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC8B46 (or 0xAC8B46) is known color: Luxor Gold. HEX triplet: AC, 8B and 46. RGB value is (172,139,70). Sum of RGB (Red+Green+Blue) = 172+139+70=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B46 is #5374B9. Grayscale: #8D8D8D. Windows color (decimal): -5469370 or 4623276. OLE color: 4623276.

HSL color Cylindrical-coordinate representation of color #AC8B46: hue angle of 40.59º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC8B46 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 139 70 -
CMYK 0 0.19 0.59 0.33
HSL 40.59º 0.42% 0.47% -
HSV(B) 40.59º 0.59% 0.67% -
XYZ 27.35 27.68 9.7 -
YUV 141 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 172 139 70 0 0.19 0.59 0.33 40.59 0.42 0.47
Hex AC 8B 46 0 13 3B 21 29 2A 2F
Octal 254 213 106 0 23 73 41 51 52 57
Binary 10101100 10001011 1000110 0 10011 111011 100001 101001 101010 101111

Color Harmonies of #AC8B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B46

Black with #AC8B46

Text Example


Text Example

White with #AC8B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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