Html Css Color HEX #AC913B Luxor Gold

📋 copy color: '#AC913B'

red 172 ◦ green 145 ◦ blue 59

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

Shades of Luxor Gold #AC913B

Tints of Luxor Gold #AC913B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

 BLUE value IS 59 (23.44% from 255) = 15.69%

R = 45.74%
G = 38.56%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC913B (or 0xAC913B) is known color: Luxor Gold. HEX triplet: AC, 91 and 3B. RGB value is (172,145,59). Sum of RGB (Red+Green+Blue) = 172+145+59=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC913B is #536EC4. Grayscale: #8F8F8F. Windows color (decimal): -5467845 or 3903916. OLE color: 3903916.

HSL color Cylindrical-coordinate representation of color #AC913B: hue angle of 45.66º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC913B is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 145 59 -
CMYK 0 0.16 0.66 0.33
HSL 45.66º 0.49% 0.45% -
HSV(B) 45.66º 0.66% 0.67% -
XYZ 27.93 29.34 8.33 -
YUV 143.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 172 145 59 0 0.16 0.66 0.33 45.66 0.49 0.45
Hex AC 91 3B 0 10 42 21 2E 31 2D
Octal 254 221 73 0 20 102 41 56 61 55
Binary 10101100 10010001 111011 0 10000 1000010 100001 101110 110001 101101

Color Harmonies of #AC913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC913B

Black with #AC913B

Text Example


Text Example

White with #AC913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC913B; }

 p { color: rgb(172,145,59); }

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

background-color css

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

 a { background-color: rgb(172,145,59); }

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

border-color css

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

 span { border-color: rgb(172,145,59); }

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