Html Css Color HEX #AD8944 Luxor Gold

📋 copy color: '#AD8944'

red 173 ◦ green 137 ◦ blue 68

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

Shades of Luxor Gold #AD8944

Tints of Luxor Gold #AD8944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.24%

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 45.77%
G = 36.24%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD8944 (or 0xAD8944) is known color: Luxor Gold. HEX triplet: AD, 89 and 44. RGB value is (173,137,68). Sum of RGB (Red+Green+Blue) = 173+137+68=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8944 is #5276BB. Grayscale: #8C8C8C. Windows color (decimal): -5404348 or 4491693. OLE color: 4491693.

HSL color Cylindrical-coordinate representation of color #AD8944: hue angle of 39.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD8944 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 68 -
CMYK 0 0.21 0.61 0.32
HSL 39.43º 0.44% 0.47% -
HSV(B) 39.43º 0.61% 0.68% -
XYZ 27.22 27.19 9.28 -
YUV 139.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 173 137 68 0 0.21 0.61 0.32 39.43 0.44 0.47
Hex AD 89 44 0 15 3D 20 27 2C 2F
Octal 255 211 104 0 25 75 40 47 54 57
Binary 10101101 10001001 1000100 0 10101 111101 100000 100111 101100 101111

Color Harmonies of #AD8944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8944

Black with #AD8944

Text Example


Text Example

White with #AD8944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8944; }

 p { color: rgb(173,137,68); }

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

background-color css

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

 a { background-color: rgb(173,137,68); }

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

border-color css

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

 span { border-color: rgb(173,137,68); }

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