Html Css Color HEX #AD903B Luxor Gold

📋 copy color: '#AD903B'

red 173 ◦ green 144 ◦ blue 59

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

Shades of Luxor Gold #AD903B

Tints of Luxor Gold #AD903B

RGB

 RED value IS 173 (67.97% from 255) = 46.01%

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

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

R = 46.01%
G = 38.3%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD903B (or 0xAD903B) is known color: Luxor Gold. HEX triplet: AD, 90 and 3B. RGB value is (173,144,59). Sum of RGB (Red+Green+Blue) = 173+144+59=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD903B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD903B is #526FC4. Grayscale: #8F8F8F. Windows color (decimal): -5402565 or 3903661. OLE color: 3903661.

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

Color convert

RGB 173 144 59 -
CMYK 0 0.17 0.66 0.32
HSL 44.74º 0.49% 0.45% -
HSV(B) 44.74º 0.66% 0.68% -
XYZ 28 29.15 8.29 -
YUV 142.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 173 144 59 0 0.17 0.66 0.32 44.74 0.49 0.45
Hex AD 90 3B 0 11 42 20 2D 31 2D
Octal 255 220 73 0 21 102 40 55 61 55
Binary 10101101 10010000 111011 0 10001 1000010 100000 101101 110001 101101

Color Harmonies of #AD903B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD903B

Black with #AD903B

Text Example


Text Example

White with #AD903B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD903B; }

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

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

background-color css

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

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

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

border-color css

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

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

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