Html Css Color HEX #AD8A42 Luxor Gold

📋 copy color: '#AD8A42'

red 173 ◦ green 138 ◦ blue 66

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

Shades of Luxor Gold #AD8A42

Tints of Luxor Gold #AD8A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 45.89%
G = 36.6%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8A42 (or 0xAD8A42) is known color: Luxor Gold. HEX triplet: AD, 8A and 42. RGB value is (173,138,66). Sum of RGB (Red+Green+Blue) = 173+138+66=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A42 is #5275BD. Grayscale: #8C8C8C. Windows color (decimal): -5404094 or 4360877. OLE color: 4360877.

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

Color convert

RGB 173 138 66 -
CMYK 0 0.20 0.62 0.32
HSL 40.37º 0.45% 0.47% -
HSV(B) 40.37º 0.62% 0.68% -
XYZ 27.31 27.45 9.01 -
YUV 140.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 173 138 66 0 0.20 0.62 0.32 40.37 0.45 0.47
Hex AD 8A 42 0 14 3E 20 28 2D 2F
Octal 255 212 102 0 24 76 40 50 55 57
Binary 10101101 10001010 1000010 0 10100 111110 100000 101000 101101 101111

Color Harmonies of #AD8A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A42

Black with #AD8A42

Text Example


Text Example

White with #AD8A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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