Html Css Color HEX #A18342 Luxor Gold

📋 copy color: '#A18342'

red 161 ◦ green 131 ◦ blue 66

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

Shades of Luxor Gold #A18342

Tints of Luxor Gold #A18342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 44.97%
G = 36.59%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A18342 (or 0xA18342) is known color: Luxor Gold. HEX triplet: A1, 83 and 42. RGB value is (161,131,66). Sum of RGB (Red+Green+Blue) = 161+131+66=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A18342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18342 is #5E7CBD. Grayscale: #848484. Windows color (decimal): -6192318 or 4359073. OLE color: 4359073.

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

Color convert

RGB 161 131 66 -
CMYK 0 0.19 0.59 0.37
HSL 41.05º 0.42% 0.45% -
HSV(B) 41.05º 0.59% 0.63% -
XYZ 23.8 24.2 8.57 -
YUV 132.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 161 131 66 0 0.19 0.59 0.37 41.05 0.42 0.45
Hex A1 83 42 0 13 3B 25 29 2A 2D
Octal 241 203 102 0 23 73 45 51 52 55
Binary 10100001 10000011 1000010 0 10011 111011 100101 101001 101010 101101

Color Harmonies of #A18342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18342

Black with #A18342

Text Example


Text Example

White with #A18342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18342; }

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

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

background-color css

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

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

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

border-color css

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

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

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