Html Css Color HEX #A39542 Luxor Gold

📋 copy color: '#A39542'

red 163 ◦ green 149 ◦ blue 66

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

Shades of Luxor Gold #A39542

Tints of Luxor Gold #A39542

RGB

 RED value IS 163 (64.06% from 255) = 43.12%

 GREEN value IS 149 (58.59% from 255) = 39.42%

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

R = 43.12%
G = 39.42%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A39542 (or 0xA39542) is known color: Luxor Gold. HEX triplet: A3, 95 and 42. RGB value is (163,149,66). Sum of RGB (Red+Green+Blue) = 163+149+66=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A39542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39542 is #5C6ABD. Grayscale: #909090. Windows color (decimal): -6056638 or 4363683. OLE color: 4363683.

HSL color Cylindrical-coordinate representation of color #A39542: hue angle of 51.34º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A39542 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 149 66 -
CMYK 0 0.09 0.60 0.36
HSL 51.34º 0.42% 0.45% -
HSV(B) 51.34º 0.6% 0.64% -
XYZ 26.84 29.67 9.47 -
YUV 143.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 163 149 66 0 0.09 0.60 0.36 51.34 0.42 0.45
Hex A3 95 42 0 9 3C 24 33 2A 2D
Octal 243 225 102 0 11 74 44 63 52 55
Binary 10100011 10010101 1000010 0 1001 111100 100100 110011 101010 101101

Color Harmonies of #A39542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39542

Black with #A39542

Text Example


Text Example

White with #A39542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39542; }

 p { color: rgb(163,149,66); }

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

background-color css

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

 a { background-color: rgb(163,149,66); }

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

border-color css

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

 span { border-color: rgb(163,149,66); }

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