Html Css Color HEX #A18F42 Luxor Gold

📋 copy color: '#A18F42'

red 161 ◦ green 143 ◦ blue 66

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

Shades of Luxor Gold #A18F42

Tints of Luxor Gold #A18F42

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.65%

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

R = 43.51%
G = 38.65%
B = 17.84%

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

#A18F42 (or 0xA18F42) is known color: Luxor Gold. HEX triplet: A1, 8F and 42. RGB value is (161,143,66). Sum of RGB (Red+Green+Blue) = 161+143+66=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18F42 is #5E70BD. Grayscale: #8B8B8B. Windows color (decimal): -6189246 or 4362145. OLE color: 4362145.

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

Color convert

RGB 161 143 66 -
CMYK 0 0.11 0.59 0.37
HSL 48.63º 0.42% 0.45% -
HSV(B) 48.63º 0.59% 0.63% -
XYZ 25.5 27.62 9.14 -
YUV 139.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 161 143 66 0 0.11 0.59 0.37 48.63 0.42 0.45
Hex A1 8F 42 0 B 3B 25 31 2A 2D
Octal 241 217 102 0 13 73 45 61 52 55
Binary 10100001 10001111 1000010 0 1011 111011 100101 110001 101010 101101

Color Harmonies of #A18F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F42

Black with #A18F42

Text Example


Text Example

White with #A18F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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