Html Css Color HEX #AD8F3B Luxor Gold

📋 copy color: '#AD8F3B'

red 173 ◦ green 143 ◦ blue 59

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

Shades of Luxor Gold #AD8F3B

Tints of Luxor Gold #AD8F3B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

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

R = 46.13%
G = 38.13%
B = 15.73%

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

#AD8F3B (or 0xAD8F3B) is known color: Luxor Gold. HEX triplet: AD, 8F and 3B. RGB value is (173,143,59). Sum of RGB (Red+Green+Blue) = 173+143+59=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F3B is #5270C4. Grayscale: #8E8E8E. Windows color (decimal): -5402821 or 3903405. OLE color: 3903405.

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

Color convert

RGB 173 143 59 -
CMYK 0 0.17 0.66 0.32
HSL 44.21º 0.49% 0.45% -
HSV(B) 44.21º 0.66% 0.68% -
XYZ 27.85 28.84 8.24 -
YUV 142.39 80.94 149.83 -
System Red Green Blue C M Y K H S L
Decimal 173 143 59 0 0.17 0.66 0.32 44.21 0.49 0.45
Hex AD 8F 3B 0 11 42 20 2C 31 2D
Octal 255 217 73 0 21 102 40 54 61 55
Binary 10101101 10001111 111011 0 10001 1000010 100000 101100 110001 101101

Color Harmonies of #AD8F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F3B

Black with #AD8F3B

Text Example


Text Example

White with #AD8F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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