Html Css Color HEX #A39142 Luxor Gold

📋 copy color: '#A39142'

red 163 ◦ green 145 ◦ blue 66

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

Shades of Luxor Gold #A39142

Tints of Luxor Gold #A39142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

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

R = 43.58%
G = 38.77%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A39142 (or 0xA39142) is known color: Luxor Gold. HEX triplet: A3, 91 and 42. RGB value is (163,145,66). Sum of RGB (Red+Green+Blue) = 163+145+66=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A39142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39142 is #5C6EBD. Grayscale: #8D8D8D. Windows color (decimal): -6057662 or 4362659. OLE color: 4362659.

HSL color Cylindrical-coordinate representation of color #A39142: hue angle of 48.87º 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 #A39142 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 66 -
CMYK 0 0.11 0.60 0.36
HSL 48.87º 0.42% 0.45% -
HSV(B) 48.87º 0.6% 0.64% -
XYZ 26.21 28.43 9.26 -
YUV 141.38 85.46 143.42 -
System Red Green Blue C M Y K H S L
Decimal 163 145 66 0 0.11 0.60 0.36 48.87 0.42 0.45
Hex A3 91 42 0 B 3C 24 31 2A 2D
Octal 243 221 102 0 13 74 44 61 52 55
Binary 10100011 10010001 1000010 0 1011 111100 100100 110001 101010 101101

Color Harmonies of #A39142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39142

Black with #A39142

Text Example


Text Example

White with #A39142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39142; }

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

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

background-color css

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

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

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

border-color css

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

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

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