Html Css Color HEX #AC903B Luxor Gold

📋 copy color: '#AC903B'

red 172 ◦ green 144 ◦ blue 59

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

Shades of Luxor Gold #AC903B

Tints of Luxor Gold #AC903B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 45.87%
G = 38.4%
B = 15.73%

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

#AC903B (or 0xAC903B) is known color: Luxor Gold. HEX triplet: AC, 90 and 3B. RGB value is (172,144,59). Sum of RGB (Red+Green+Blue) = 172+144+59=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC903B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC903B is #536FC4. Grayscale: #8F8F8F. Windows color (decimal): -5468101 or 3903660. OLE color: 3903660.

HSL color Cylindrical-coordinate representation of color #AC903B: hue angle of 45.13º 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 #AC903B is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 59 -
CMYK 0 0.16 0.66 0.33
HSL 45.13º 0.49% 0.45% -
HSV(B) 45.13º 0.66% 0.67% -
XYZ 27.78 29.03 8.28 -
YUV 142.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 172 144 59 0 0.16 0.66 0.33 45.13 0.49 0.45
Hex AC 90 3B 0 10 42 21 2D 31 2D
Octal 254 220 73 0 20 102 41 55 61 55
Binary 10101100 10010000 111011 0 10000 1000010 100001 101101 110001 101101

Color Harmonies of #AC903B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC903B

Black with #AC903B

Text Example


Text Example

White with #AC903B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC903B; }

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

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

background-color css

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

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

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

border-color css

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

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

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