Html Css Color HEX #A18C43 Luxor Gold

📋 copy color: '#A18C43'

red 161 ◦ green 140 ◦ blue 67

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

Shades of Luxor Gold #A18C43

Tints of Luxor Gold #A18C43

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

 BLUE value IS 67 (26.56% from 255) = 18.21%

R = 43.75%
G = 38.04%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A18C43 (or 0xA18C43) is known color: Luxor Gold. HEX triplet: A1, 8C and 43. RGB value is (161,140,67). Sum of RGB (Red+Green+Blue) = 161+140+67=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C43 is #5E73BC. Grayscale: #8A8A8A. Windows color (decimal): -6190013 or 4426913. OLE color: 4426913.

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

Color convert

RGB 161 140 67 -
CMYK 0 0.13 0.58 0.37
HSL 46.6º 0.41% 0.45% -
HSV(B) 46.6º 0.58% 0.63% -
XYZ 25.09 26.74 9.15 -
YUV 137.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 161 140 67 0 0.13 0.58 0.37 46.6 0.41 0.45
Hex A1 8C 43 0 D 3A 25 2F 29 2D
Octal 241 214 103 0 15 72 45 57 51 55
Binary 10100001 10001100 1000011 0 1101 111010 100101 101111 101001 101101

Color Harmonies of #A18C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C43

Black with #A18C43

Text Example


Text Example

White with #A18C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C43; }

 p { color: rgb(161,140,67); }

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

background-color css

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

 a { background-color: rgb(161,140,67); }

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

border-color css

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

 span { border-color: rgb(161,140,67); }

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