Html Css Color HEX #AC8A44 Luxor Gold

📋 copy color: '#AC8A44'

red 172 ◦ green 138 ◦ blue 68

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

Shades of Luxor Gold #AC8A44

Tints of Luxor Gold #AC8A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 45.5%
G = 36.51%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC8A44 (or 0xAC8A44) is known color: Luxor Gold. HEX triplet: AC, 8A and 44. RGB value is (172,138,68). Sum of RGB (Red+Green+Blue) = 172+138+68=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A44 is #5375BB. Grayscale: #8C8C8C. Windows color (decimal): -5469628 or 4491948. OLE color: 4491948.

HSL color Cylindrical-coordinate representation of color #AC8A44: hue angle of 40.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC8A44 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 138 68 -
CMYK 0 0.20 0.60 0.33
HSL 40.38º 0.43% 0.47% -
HSV(B) 40.38º 0.6% 0.67% -
XYZ 27.15 27.36 9.32 -
YUV 140.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 172 138 68 0 0.20 0.60 0.33 40.38 0.43 0.47
Hex AC 8A 44 0 14 3C 21 28 2B 2F
Octal 254 212 104 0 24 74 41 50 53 57
Binary 10101100 10001010 1000100 0 10100 111100 100001 101000 101011 101111

Color Harmonies of #AC8A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A44

Black with #AC8A44

Text Example


Text Example

White with #AC8A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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