Html Css Color HEX #A39442 Luxor Gold

📋 copy color: '#A39442'

red 163 ◦ green 148 ◦ blue 66

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

Shades of Luxor Gold #A39442

Tints of Luxor Gold #A39442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

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

R = 43.24%
G = 39.26%
B = 17.51%

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

#A39442 (or 0xA39442) is known color: Luxor Gold. HEX triplet: A3, 94 and 42. RGB value is (163,148,66). Sum of RGB (Red+Green+Blue) = 163+148+66=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A39442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39442 is #5C6BBD. Grayscale: #8F8F8F. Windows color (decimal): -6056894 or 4363427. OLE color: 4363427.

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

Color convert

RGB 163 148 66 -
CMYK 0 0.09 0.60 0.36
HSL 50.72º 0.42% 0.45% -
HSV(B) 50.72º 0.6% 0.64% -
XYZ 26.68 29.36 9.42 -
YUV 143.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 163 148 66 0 0.09 0.60 0.36 50.72 0.42 0.45
Hex A3 94 42 0 9 3C 24 33 2A 2D
Octal 243 224 102 0 11 74 44 63 52 55
Binary 10100011 10010100 1000010 0 1001 111100 100100 110011 101010 101101

Color Harmonies of #A39442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39442

Black with #A39442

Text Example


Text Example

White with #A39442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39442; }

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

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

background-color css

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

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

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

border-color css

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

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

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