Html Css Color HEX #AD8A44 Luxor Gold

📋 copy color: '#AD8A44'

red 173 ◦ green 138 ◦ blue 68

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

Shades of Luxor Gold #AD8A44

Tints of Luxor Gold #AD8A44

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

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

R = 45.65%
G = 36.41%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD8A44 (or 0xAD8A44) is known color: Luxor Gold. HEX triplet: AD, 8A and 44. RGB value is (173,138,68). Sum of RGB (Red+Green+Blue) = 173+138+68=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A44 is #5275BB. Grayscale: #8C8C8C. Windows color (decimal): -5404092 or 4491949. OLE color: 4491949.

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

Color convert

RGB 173 138 68 -
CMYK 0 0.20 0.61 0.32
HSL 40º 0.44% 0.47% -
HSV(B) 40º 0.61% 0.68% -
XYZ 27.37 27.48 9.33 -
YUV 140.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 173 138 68 0 0.20 0.61 0.32 40 0.44 0.47
Hex AD 8A 44 0 14 3D 20 28 2C 2F
Octal 255 212 104 0 24 75 40 50 54 57
Binary 10101101 10001010 1000100 0 10100 111101 100000 101000 101100 101111

Color Harmonies of #AD8A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A44

Black with #AD8A44

Text Example


Text Example

White with #AD8A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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