Html Css Color HEX #A19042 Luxor Gold

📋 copy color: '#A19042'

red 161 ◦ green 144 ◦ blue 66

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

Shades of Luxor Gold #A19042

Tints of Luxor Gold #A19042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

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

R = 43.4%
G = 38.81%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A19042 (or 0xA19042) is known color: Luxor Gold. HEX triplet: A1, 90 and 42. RGB value is (161,144,66). Sum of RGB (Red+Green+Blue) = 161+144+66=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A19042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19042 is #5E6FBD. Grayscale: #8C8C8C. Windows color (decimal): -6188990 or 4362401. OLE color: 4362401.

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

Color convert

RGB 161 144 66 -
CMYK 0 0.11 0.59 0.37
HSL 49.26º 0.42% 0.45% -
HSV(B) 49.26º 0.59% 0.63% -
XYZ 25.65 27.92 9.19 -
YUV 140.19 86.13 142.84 -
System Red Green Blue C M Y K H S L
Decimal 161 144 66 0 0.11 0.59 0.37 49.26 0.42 0.45
Hex A1 90 42 0 B 3B 25 31 2A 2D
Octal 241 220 102 0 13 73 45 61 52 55
Binary 10100001 10010000 1000010 0 1011 111011 100101 110001 101010 101101

Color Harmonies of #A19042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19042

Black with #A19042

Text Example


Text Example

White with #A19042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19042; }

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

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

background-color css

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

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

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

border-color css

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

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

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