Html Css Color HEX #AC8C3D Luxor Gold

📋 copy color: '#AC8C3D'

red 172 ◦ green 140 ◦ blue 61

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

Shades of Luxor Gold #AC8C3D

Tints of Luxor Gold #AC8C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.35%

R = 46.11%
G = 37.53%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC8C3D (or 0xAC8C3D) is known color: Luxor Gold. HEX triplet: AC, 8C and 3D. RGB value is (172,140,61). Sum of RGB (Red+Green+Blue) = 172+140+61=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C3D is #5373C2. Grayscale: #8C8C8C. Windows color (decimal): -5469123 or 4033708. OLE color: 4033708.

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

Color convert

RGB 172 140 61 -
CMYK 0 0.19 0.65 0.33
HSL 42.7º 0.48% 0.46% -
HSV(B) 42.7º 0.65% 0.67% -
XYZ 27.23 27.86 8.36 -
YUV 140.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 172 140 61 0 0.19 0.65 0.33 42.7 0.48 0.46
Hex AC 8C 3D 0 13 41 21 2B 30 2E
Octal 254 214 75 0 23 101 41 53 60 56
Binary 10101100 10001100 111101 0 10011 1000001 100001 101011 110000 101110

Color Harmonies of #AC8C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C3D

Black with #AC8C3D

Text Example


Text Example

White with #AC8C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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