Html Css Color HEX #AC8C43 Luxor Gold

📋 copy color: '#AC8C43'

red 172 ◦ green 140 ◦ blue 67

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

Shades of Luxor Gold #AC8C43

Tints of Luxor Gold #AC8C43

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.94%

 BLUE value IS 67 (26.56% from 255) = 17.68%

R = 45.38%
G = 36.94%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC8C43 (or 0xAC8C43) is known color: Luxor Gold. HEX triplet: AC, 8C and 43. RGB value is (172,140,67). Sum of RGB (Red+Green+Blue) = 172+140+67=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C43 is #5373BC. Grayscale: #8D8D8D. Windows color (decimal): -5469117 or 4426924. OLE color: 4426924.

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

Color convert

RGB 172 140 67 -
CMYK 0 0.19 0.61 0.33
HSL 41.71º 0.44% 0.47% -
HSV(B) 41.71º 0.61% 0.67% -
XYZ 27.4 27.93 9.26 -
YUV 141.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 172 140 67 0 0.19 0.61 0.33 41.71 0.44 0.47
Hex AC 8C 43 0 13 3D 21 2A 2C 2F
Octal 254 214 103 0 23 75 41 52 54 57
Binary 10101100 10001100 1000011 0 10011 111101 100001 101010 101100 101111

Color Harmonies of #AC8C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C43

Black with #AC8C43

Text Example


Text Example

White with #AC8C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C43; }

 p { color: rgb(172,140,67); }

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

background-color css

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

 a { background-color: rgb(172,140,67); }

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

border-color css

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

 span { border-color: rgb(172,140,67); }

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