Html Css Color HEX #A19342 Luxor Gold

📋 copy color: '#A19342'

red 161 ◦ green 147 ◦ blue 66

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

Shades of Luxor Gold #A19342

Tints of Luxor Gold #A19342

RGB

 RED value IS 161 (63.28% from 255) = 43.05%

 GREEN value IS 147 (57.81% from 255) = 39.3%

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

R = 43.05%
G = 39.3%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A19342 (or 0xA19342) is known color: Luxor Gold. HEX triplet: A1, 93 and 42. RGB value is (161,147,66). Sum of RGB (Red+Green+Blue) = 161+147+66=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A19342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19342 is #5E6CBD. Grayscale: #8E8E8E. Windows color (decimal): -6188222 or 4363169. OLE color: 4363169.

HSL color Cylindrical-coordinate representation of color #A19342: hue angle of 51.16º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A19342 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 147 66 -
CMYK 0 0.09 0.59 0.37
HSL 51.16º 0.42% 0.45% -
HSV(B) 51.16º 0.59% 0.63% -
XYZ 26.12 28.84 9.34 -
YUV 141.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 161 147 66 0 0.09 0.59 0.37 51.16 0.42 0.45
Hex A1 93 42 0 9 3B 25 33 2A 2D
Octal 241 223 102 0 11 73 45 63 52 55
Binary 10100001 10010011 1000010 0 1001 111011 100101 110011 101010 101101

Color Harmonies of #A19342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19342

Black with #A19342

Text Example


Text Example

White with #A19342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19342; }

 p { color: rgb(161,147,66); }

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

background-color css

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

 a { background-color: rgb(161,147,66); }

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

border-color css

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

 span { border-color: rgb(161,147,66); }

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