Html Css Color HEX #AC903E Luxor Gold

📋 copy color: '#AC903E'

red 172 ◦ green 144 ◦ blue 62

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

Shades of Luxor Gold #AC903E

Tints of Luxor Gold #AC903E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.4%

R = 45.5%
G = 38.1%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC903E (or 0xAC903E) is known color: Luxor Gold. HEX triplet: AC, 90 and 3E. RGB value is (172,144,62). Sum of RGB (Red+Green+Blue) = 172+144+62=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC903E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC903E is #536FC1. Grayscale: #8F8F8F. Windows color (decimal): -5468098 or 4100268. OLE color: 4100268.

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

Color convert

RGB 172 144 62 -
CMYK 0 0.16 0.64 0.33
HSL 44.73º 0.47% 0.46% -
HSV(B) 44.73º 0.64% 0.67% -
XYZ 27.86 29.06 8.7 -
YUV 143.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 172 144 62 0 0.16 0.64 0.33 44.73 0.47 0.46
Hex AC 90 3E 0 10 40 21 2D 2F 2E
Octal 254 220 76 0 20 100 41 55 57 56
Binary 10101100 10010000 111110 0 10000 1000000 100001 101101 101111 101110

Color Harmonies of #AC903E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC903E

Black with #AC903E

Text Example


Text Example

White with #AC903E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC903E; }

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

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

background-color css

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

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

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

border-color css

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

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

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